Forum Discussion
Excel dump showing something else while Power BI visual shows something else
I have never seen this issue, below is the DAX measure that I am using it gives me a quantity of 419793 on the visual level but on the excel download it gives me 619783 not sure why and how this is happening.
3 Replies
- amitchandak
Super User
Anmolgan , is it a dump from that visual or you are trying the same formula in excel?
- Anmolgan
Post Prodigy
amitchandak this is the dump from that visual having the same formula
- AnonymousNot applicable
Hi Anmolgan ,
1. The data you export through Excel is detailed data, which may also contain repeated data, and the data in the visual object is summrize data, which is aggregated.
2. You can check whether Sum is turned on in a field on the visual object, which leads to aggregation and reduces data.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.