This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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 May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 21 | |
| 19 |
| User | Count |
|---|---|
| 51 | |
| 48 | |
| 44 | |
| 21 | |
| 21 |