ISO.CEILING is a DAX function that rounds a number up to the nearest integer or multiple of a specified significance.
Syntax
ISO.CEILING(
Number,
Significance
)
Argument | Properties | Description |
---|---|---|
Number | The value you want to round. | |
Significance | Optional | The multiple to which you want to round. |