DAX Function Guide
LOG10
Sam McKay
CEO & Founder
How does the LOG10 work?
LOG10 Formula Syntax
LOG10(
<number>
)
How do you use the LOG10?
Using LOG10 is a shortcut for using LOG as a second argument, using base 10.
Related Blog Posts
Loading
Considerations when using the LOG10?
Logarithm of number to base 10.
Related Video Tutorials
Loading
Formula examples using the LOG10
= LOG10 (5) returns 0.698970004336019.
The following formulas return the same result, 2:
=LOG(100,10)
=LOG(100)
=LOG10(100)
Related Courses
Loading