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