Skip to content

Log10

Description

Log10 returns the base-10 logarithm of a number.

Syntax

Log10(value)

Parameters

Parameter Required Type Description
value Yes Number, field, or expression Positive numeric value.

Notes

Use this function in calculated fields, metric expressions, or query expressions where the function category is supported.

Example

Log10(SalesAmount)

The expression returns the calculated result according to the current query context.