ROUNDUP is a DAX function that rounds a number up away from zero to the nearest integer or specified significance.
Syntax
ROUNDUP(
Number,
NumberOfDigits
)
Argument | Properties | Description |
---|---|---|
Number | Any real number that you want rounded up. | |
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. |