Forum Discussion
mesuyog
4 years agoRegular Visitor
Data row count changes after export
Hi I have imported the data into power bi desktop. After import when i put the same data into table it and extracted the same. The row count reduces. When i count the rows using "countrow" the count ...
- 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.
JirkaZ
4 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.
mesuyog
4 years agoRegular Visitor
Thank you...Indexing worked....