Skip to content

Power

Description

Power raises a number to a specified power.

Syntax

Power(value, exponent)

Parameters

Parameter Required Type Description
value Yes Number, field, or expression Base value.
exponent Yes Number, field, or expression Exponent value.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

Power(SalesAmount, 2)

The expression returns the calculated result according to the current query context.