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 imported?
2 Replies
- OktayPamuk80Responsive Resident
Hi Ayushman,
I wrote in your other post the answer. It is the same. Go for MS Fabric with Lakehouse to have a sustainable and pleasing solution.
Regards,
OktayDid I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.
- Shahid12523Community Champion
Power 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).