ROUND is a DAX function that rounds a number to a specified number of digits.
Syntax
ROUND(
Number,
NumberOfDigits
)
Argument | Properties | Description |
---|---|---|
Number | The number you want to round. | |
NumberOfDigits | The number of digits to which you want to round. Negative rounds to the left of the decimal point; zero to the nearest integer. |