LN is a DAX function that returns the natural logarithm of a number.
Syntax
LN( Number )
Argument | Properties | Description |
---|---|---|
Number | The positive number for which you want the natural logarithm. |
LN is a DAX function that returns the natural logarithm of a number.
LN( Number )
Argument | Properties | Description |
---|---|---|
Number | The positive number for which you want the natural logarithm. |
A decimal number.
LN is the inverse of the EXP function.
The following example returns the natural logarithm of the number in the column, [Values]
.
= LN([Values])
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy