Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
If I format my measure with 12 decimal places, I see numbers such:
0.000000000004 (should be 0)
-19.999999999998 (which is -20)
I doubled checked, my measure is formatted as a Decimal Number with 2 decimal places.
I also dbl-check my column, which the measure sums - it is also a Decimal Number with 2 decimal places.
I also added Round step in Power Query to 2 decimal places.
Still facing this issue.
My measures often check for zeros, so IF(Measure=0,true(),false()) returns FALSE while it is 0.
I solved it for now by doing >-0.01&&<0.01 but why is it like this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.