EXP

EXP Returns e raised to the power of a given number. The constant e equals 2.71828182845904, the base of the natural logarithm.


Syntax

EXP(number)

Parameters

Number – The exponent applied to the base e. The constant e equals 2.71828182845904, the base of the natural logarithm.

Return Value

A decimal number.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Math and Trig Functions / EXP