EXP is a DAX function that returns the value of e raised to the power of a given number.
Syntax
EXP( Number )
Argument | Properties | Description |
---|---|---|
Number | The exponent that is applied to the base e. The constant e equals 2.71828182845904, the base of the natural logarithm. |