POW
Raises a number to a specified power and returns the calculated result.
Last updated
Was this helpful?
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.
POW(value,power)value – The base number, it can be a number or node (Required).
power – The exponent to which the value is raised (Required).
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.

Last updated
Was this helpful?
Was this helpful?