Forum Discussion
Ayushman1997
1 year agoFrequent Visitor
Power Bi import export
Hi Everyone. I have 2 questions. 1. How to export 350M rows from a table in Power Bi to a .csv file? 2. That .csv needs to be the data source/import for another power bi dashboard. How can that be...
Shahid12523
Community Champion
1 year agoPower BI can’t export 350M rows directly (limit ~150K).
Export the data from the source system or Fabric/Dataflow instead, then save as CSV/Parquet.
Import that file into the new Power BI report via Get Data → CSV (or better, Parquet for performance).