POWER DAX Function (Math and Trig)
Returns the result of a number raised to a power.
Syntax
Parameter | Attributes | Description |
---|---|---|
Number |
The base number. |
|
Power |
The exponent, to which the base number is raised. |
Return values
The Number raised to Power.
Remarks
The exponentiation operator ^ returns the same result as the POWER function.
The following two expressions are equivalent.
5 ^ 4 POWER ( 5, 4 )
Last update: Jan 23, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Kenneth Barber
MSDN documentation: https://docs.microsoft.com/en-us/dax/power-function-dax