This documentation is archived and is not being maintained.
POWER Function (DAX)
Returns the result of a number raised to a power.
Parameters
| Term | Definition |
|---|
| number | The base number, which can be any real number. |
| power | The exponent to which the base number is raised. |
A decimal number.
The following example returns 25.
Math and Trig Functions (DAX)