Number.Ln
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns the natural logarithm of a number.
Number.Ln(number as nullable number) as nullable number
| Argument | Description |
|---|---|
| number | The number to calculate. |
Number.Ln(1) equals 0
Show: