TRUNC is a DAX function that truncates a number to an integer by removing its decimal part.
Syntax
TRUNC(
Number,
NumberOfDigits
)
Argument | Properties | Description |
---|---|---|
Number | The number you want to truncate. | |
NumberOfDigits | Optional | A number specifying the precision of the truncation; if omitted, 0 (zero). |