POWER

Updated on

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.

Return Values

A decimal number.

Example

The following example returns 25.

= POWER(5,2)

Other functions related to POWER are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/power-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy