MROUND is a DAX function that rounds a number to the nearest specified multiple.
Syntax
MROUND(
Number,
Multiple
)
Argument | Properties | Description |
---|---|---|
Number | The value to round. | |
Multiple | The multiple to which you want to round the number. |