Log10

Syntax

Log10(Numeric_Expression)

Input Parameters

Numeric_Expression
A valid Measure expression of type double or a double literal that evaluates to a nonzero and non-negative value.

Return Value

Returns the base 10 logarithm of the specified number or expression.

Examples

Return the base 10 logarithm of the sales amount measure

Log10([Measures].[Internet Sales Amount Local])