Power function

Applies to: TBM Studio 12.0 and later

Raises a specified base number to the power of a specified exponent.

Where to use

This function can be used in:
  • Data sets
  • Calculated metrics and reports with metric columns
  • Formula columns in report tables
  • Dynamic text

Syntax

Power(base,exponent)

Arguments

base

A number to be raised to the power of the exponent.

exponent

The exponent to apply to the base.

Return type

Number

Example

The following example raises 2 to the 3rd power, which returns 8.

=Power(2,3)