Number.Log10

This function calculates the base 10 logarithm of the input number. If the input number is null, the function will also return null.

Syntax

Number.Log10(number as nullable number) as nullable number

About

This function calculates the base 10 logarithm of the input number. If the input number is null, the function will also return null.

Explanation

Calculate the logarithm of 2 with a base of 10 by using the Power Query MNumber.Log10(2) function. The output will be 0.3010299956639812.