CEILING Rounds a number up, to the nearest integer or to the nearest multiple of significance.
Syntax
CEILING(number, significance)
Parameters
Number – The number you want to round, or a reference to a column that contains numbers.
Significance – The multiple of significance to which you want to round. For example, to round to the nearest integer, type 1.
Return Value
A number rounded as specified.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference