LN

Updated on

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.

Return Values

A decimal number.

Remarks

LN is the inverse of the EXP function.

Example

The following example returns the natural logarithm of the number in the column, [Values].

= LN([Values])

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/ln-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy