EXP DAX Function (Math and Trig)
Returns e raised to the power of a given number.
Syntax
Parameter | Attributes | Description |
---|---|---|
Number |
The exponent that is applied to the base e. |
Return values
Returns e raised to the power of a given number. The constant e is the base of the natural logarithm and is approximately 2.71828182845904.
Remarks
EXP is the inverse of LN, which is the natural logarithm of the given number.
EXP(1) returns the approximate value of e.
To calculate powers of bases other than e, use the exponentiation operator (^) or the equivalent POWER function.
Related functions
Other related functions are:
Last update: Jan 11, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Kenneth Barber
MSDN documentation: https://docs.microsoft.com/en-us/dax/exp-function-dax