DAX Function Guide
CEILING
Sam McKay
CEO & Founder
How does the CEILING work?
CEILING Formula Syntax
CEILING(
<number>, <significance>
)
How do you use the CEILING?
There are two CEILING functions in DAX: the CEILING function which showcases the same behavior as the Excel CEILING function, and the ISO.CEILING function which follows the ISO-defined behavior when coming up with the ceiling value.
Related Blog Posts
Loading
Considerations when using the CEILING?
Both DAX CEILING and ISO.CEILING functions will return the same value for positive numbers. However, they will return different values for negative numbers.
Related Video Tutorials
Loading
Formula examples using the CEILING
=CEILING(4.42,0.05)
=CEILING([ProductPrice],0.05)
= CEILING(4.6,1) returns 5.
Related Courses
Loading