Exponentiation (^) DAX Operator
The exponentiation operator ^ returns the result of a number raised to a power.
It works as the POWER function.
Any argument passed as a string is automatically converted into a number.
The following three expressions are equivalent.
5 ^ 4 "5" ^ "4" POWER ( 5, 4 )
Last update: Feb 5, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Danilo Beider