DAX Function Guide
LCM
Sam McKay
CEO & Founder
How does the LCM work?
LCM Formula Syntax
LCM(
number1, [number2], …
)
How do you use the LCM?
Use LCM to add different denominators to fractions.
Related Blog Posts
Loading
Considerations when using the LCM?
If any argument is nonnumeric, LCM returns the #VALUE! error value.
If any argument is less than zero, LCM returns the #NUM! error value.
If LCM(a,b) >=2^53, LCM returns the #NUM! error value.
Related Video Tutorials
Loading
Formula examples using the LCM
=LCM(5, 2)
Least common multiple of 5 and 2
Result: 10
=LCM(24, 36)
Least common multiple of 24 and 36
Result: 72
Related Courses
Loading