Forum Discussion
Exporting Multiple Tables to Excel/CSV Automatically
Hi All,
I have a simple report which contains many tables (9) within a single sheet.
Each of these tables needs to be exported to Excel on a daily basis, and I was just wondering if this was able to be automated?
For extra info, the tables are from a variety of datasources including:
SharePoint
Semantic Models
Live ODBC Connections
Cheers
7 Replies
- Ritaf1983Super User
HI Anonymous
Yes it achievble with power automate.
Please refer to the linked video guide:
https://www.youtube.com/watch?v=ZTkbC8zhA5kIf this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
- AnonymousNot applicable
Hi mate.
I have found this previously.
This is just for a single table, I am looking to export all tables in one go.
Cheers.
- Ritaf1983Super User
To export multiple tables automatically, you have two main options:
-
Paginated Reports (recommended if you have Premium/PPU)
Create a paginated (RDL) report that includes all 9 tables and use a Power Automate flow or a subscription to export it to Excel or CSV daily. This is the cleanest solution for exporting multiple tables in one file. -
Power Automate + Dataset Query
Build a flow that runs DAX queries against your dataset using the “Run a query against a dataset” action.-
Each query can return one table.
-
You can use a loop or child flow to handle all 9 tables automatically instead of creating 9 separate flows.
-
The results can be written to CSV or Excel files in SharePoint or OneDrive.
-
-