MOD is a DAX function that returns the remainder after a number is divided by a specified divisor.
Syntax
MOD(
Number,
Divisor
)
Argument | Properties | Description |
---|---|---|
Number | The number for which you want to find the remainder after the division is performed. | |
Divisor | The number by which you want to divide. |