POWER is a DAX function that returns the result of a number raised to a specified power.
Syntax
POWER(
Number,
Power
)
Argument | Properties | Description |
---|---|---|
Number | The base number. | |
Power | The exponent, to which the base number is raised. |
POWER is a DAX function that returns the result of a number raised to a specified power.
POWER(
Number,
Power
)
Argument | Properties | Description |
---|---|---|
Number | The base number. | |
Power | The exponent, to which the base number is raised. |
A decimal number.
The following example returns 25.
= POWER(5,2)
Other functions related to POWER are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy