Forum Discussion
Negative values not be summed correctly
- 2 months ago
We ended finding the issue. There was a relationship with another table with incomplete data. This was filtering out some of my data. Once it was fixed the math started to add up correctly.
Hi nleuck_101,
I hope you are doing well today ☺️❤️
So at first you should know that the format Whole Number does not control the math its just only controls how the value is displayed that means:
If your total should be 7 but Power BI shows 9 so you need to check these first:
Make sure the field is truly numeric in Power Query or Data view tab
Verify it is not some how converted with something like ABS() or any custom column
- In the visual use an explicit measure like the one provided by Parchitect
- Put ItemQuantity in a Table visual and set it to Do not summarize to confirm the raw values
So the most likely issue is that the report visual is not using the raw negative value correctly or the value is being changed before aggregation
We ended finding the issue. There was a relationship with another table with incomplete data. This was filtering out some of my data. Once it was fixed the math started to add up correctly.