POW

Raises a number to a specified power and returns the calculated result.

The POWER function returns the result of a number raised to a specified power. It calculates the value obtained by multiplying the number by itself the given number of times. This function is commonly used in mathematical, financial, and scientific calculations involving exponential growth or scaling.

Syntax

POW(value,power)

Arguments

value – The base number, it can be a number or node (Required).

power – The exponent to which the value is raised (Required).

Example

POW(COLUMN1, 3)

In the example below, the Pow Values measure is created using the POW function, which raises the values in MEASURE 2 to the power of 3.

Applying POW Function

Excel equivalent

POWERarrow-up-right

Last updated

Was this helpful?