Forum Discussion
Data row count changes after export
- 4 years ago
Then you can add an index column to your data and add it to the exported table. That should prevent the duplicates being removed.
Anyway using Power BI as an "Excel" exporter is not really what it's built to do.
If you really need to use the data in Excel, use Analyze in Excel instead.
If you put a number field into matrix "Values" section, it will automatically perform the defined aggregation (typically SUM). If you put it in the rows or columns section, it will remove duplicates. That's a standard and expected behavior.
You can use the standard table and set the field to "Do not summarize".
Thanks for the solution....but I have used Table only and made it do not summarize ... still its giving the same issue...
- JirkaZ4 years agoSolution Specialist
Then you can add an index column to your data and add it to the exported table. That should prevent the duplicates being removed.
Anyway using Power BI as an "Excel" exporter is not really what it's built to do.
If you really need to use the data in Excel, use Analyze in Excel instead.
- mesuyog4 years agoRegular Visitor
Thank you...Indexing worked....