Forum Discussion
Wrong totals, different than export
- 9 years ago
I actuall was told by our developer that the problem had to do with summarizing LOV values. We made this change, and the problem resolved itself.
- 7 years ago
Hello, I apologize for the delay. What solved it for us was a simple rounding - surrounding the formula calculating all the numbers with the round formula, to two decimal points.) This allowed all the sums to add up correctly.
Hi
This is possibly due to filtering and summation of your data when there is a relation build between tables.
Please create your measure as follows to get the correct values.
IF(HASONEVALUE(TableName[FieldName]),[Total Amount field],SUMX(VALUES(TableName[FieldName]),[Total Amount field])).
If you share some sample data i can do it for you.
- Igotzepowerbi3 years agoFrequent Visitor
Could you help me write your formula? I am having the exact some problem where my totals in PBI do not match the excel export.