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!View all the Fabric Data Days sessions on demand. View schedule
My cards started showing values like those in the screenshot below today:
This is how the format of the measures is configured:
It should just show a 0
I really don't want to go over all my measures and add something like the below to them:
Measure Fixed = IF(ABS([YourMeasure]) < 0.000000000000001, 0, [YourMeasure])Is there any way to fix this with minimal suffering?
P.S. Yes this is happening because the overall sum of a column in the table should return 0, but isn't:
Edit: It seems this problem has been observed about three months ago, but there was no solution there:
https://community.fabric.microsoft.com/t5/Power-Query/Decimal-Precision/m-p/4742208#M152402
Like the author of that post, I also feel very strongly that we should not have to round anything in Power BI explicitly, and that this floating-point precision problem should be handled automatically by Power BI.
Solved! Go to Solution.
Hi @dlopesc04
To avoid adding ROUND() to every measure, you can try these options:
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Thanks.
Hi @dlopesc04
Possibly because precision loss or imprecision occurs. - https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-data-types?utm_source=chatgpt.com#ac...
I would just instead round the number to about 10 decimal values.
Yeah, it most definitely is because of that. Also adding ROUND() to the measures rounds them to 0.
But that would be beyond impractical, and would introduce another layer of 'dumb design' proofing. Do I really now have to add a ROUND() to EVERY. SINGLE. MEASURE. I. EVER. CREATE ??
Sorry, but I refuse.
Hi @dlopesc04
To avoid adding ROUND() to every measure, you can try these options:
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Thanks.
Hi @dlopesc04
Thank you for reaching out to the Microsoft Fabric Forum Community.
I hope the information provided was helpful. If you still have questions, please don't hesitate to reach out to the community.
@dlopesc04 I can't replicate this, what version of Desktop are you on?
I am on 2.147.1085.0 64-bit (September 2025)
Plus, the data type on the source is Decimal (30,5), meaning, only 5 digits after the decimal point
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!