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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Good morning, I have a problem when performing the sum() function in power bi. It makes me feel bad. What's happening? I have the following values in the square_meters column:
-8832 |
-7452 |
-4726 |
-4715 |
-2975 |
-2951 |
-2181 |
-2157 |
-2002 |
-631 |
0 |
0 |
431 |
677 |
993 |
1294 |
1355 |
1525 |
1525 |
1760 |
1760 |
2002 |
032 |
2157 |
2157 |
2181 |
2181 |
2481 |
2481 |
2758 |
2836 |
2951 |
2951 |
2975 |
2975 |
2975 |
3565 |
3565 |
4715 |
4726 |
5375 |
7452 |
7452 |
8130 |
8832 |
8832 |
8832 |
The sum of all this is: 82,267 (including the negative values that are credit notes) which is correct.
But, when using the addition function it brings me the following result: 92,612, and the values that are being added are the following:
-8832 |
-7452 |
-4726 |
-4715 |
-2975 |
-2951 |
-2181 |
-2157 |
-2002 |
-631 |
0 |
431 |
677 |
993 |
1294 |
1525 |
1760 |
4004 |
2032 |
6471 |
6543 |
2481 |
2758 |
2836 |
8853 |
11900 |
3565 |
9430 |
9452 |
5375 |
22356 |
26496 |
As you can see, in the incorrect sum it adds values that are not in my table and the values that are in my table are the numbers that I placed at the beginning. I attach an excel with the correct meters and the incorrect meters. I would appreciate it if you could help me understand what is happening. I already checked other fields and filters but the result is still the same. Thank you so much.
Hello @kleith,
Here are some steps you can take to try troubleshooting:
Should you require any further assistance, please do not hesitate to reach out to me.