Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:  Calculated column
Calculated column  Calculated table
Calculated table  Measure
Measure  Visual calculation
Visual calculation
Returns the result of a number raised to a power.
Syntax
POWER(<number>, <power>)
Parameters
| Term | Definition | 
|---|---|
| number | The base number, which can be any real number. | 
| power | The exponent to which the base number is raised. | 
Return value
A decimal number.
Example
The following example returns 25.
= POWER(5,2)