This topic has not yet been rated - Rate this topic

POWER Function (DAX)

Returns the result of a number raised to a power.


POWER(<number>, <power>)

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.

=POWER(5,2)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.