LOG10 DAX Function (Math and Trig)
Returns the base-10 logarithm of a number.
Syntax
Parameter | Attributes | Description |
---|---|---|
Number |
The positive number for which you want the base-10 logarithm. |
Return values
Logarithm of number to base 10.
Remarks
Using LOG10 is a shortcut for using LOG using the base 10 as second argument.
Related functions
Other related functions are:
Last update: Jan 11, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo
MSDN documentation: https://docs.microsoft.com/en-us/dax/log10-function-dax