DAX Function Guide

LN
Empty image or helper icon

Sam McKay

CEO & Founder

How does the LN work?
The LN function (DAX) returns a number’s natural logarithm. The constant e (2.71828182845904) is based on natural logarithms.
LN Formula Syntax

LN(
     <number>
)

How do you use the LN?

LN is the inverse function of the EXP.

Related Blog Posts

Loading

Considerations when using the LN?

The constant e (2.71828182845904) is based on natural logarithms.

Related Video Tutorials

Loading

Formula examples using the LN

=LN (
      [Value]
)

Related Courses

Loading