POWER DAX Function (Math and Trig)
Zwraca wynik podniesienia liczby do potęgi.
Syntax
Parameter | Attributes | Description |
---|---|---|
Liczba |
Liczba będąca podstawą. |
|
Power |
Wykładnik, do którego zostanie podniesiona liczba podstawy. |
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: Dec 14, 2019 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Kenneth Barber
MSDN documentation: https://docs.microsoft.com/en-us/dax/power-function-dax