LCM is a DAX function that returns the least common multiple of two integers.
Syntax
LCM(
Number1,
Number2
)
Argument | Properties | Description |
---|---|---|
Number1 | The first number, if value is not an integer, it is truncated. | |
Number2 | The second number, if value is not an integer, it is truncated. |