Tag: export-data
-
Export Power BI data with semicolon (;) using Power Automate

Exporting Power BI data with a semicolon delimiter isn’t possible by default in Power BI or Power Automate. I built a simple automated flow that runs a DAX query, parses results, and generates a custom CSV with semicolons—making reporting compliant, flexible, and easy to maintain.
-
How to export 20.000.000 rows from a table in pbix file to csv file?

The author discusses the challenges of exporting large datasets (20 million+ rows) from Power BI, emphasizing that export options are limited for business users. For developers, the author outlines a scenario requiring the use of third-party tools like DAX Studio to successfully export this data, highlighting its efficiency and effectiveness.