Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Avanthi99
New Member

Automate powerbi report visual data extract

Hi All,

 

I'm looking for options to automate the download of powerbi visual data with filters applied. we use this data for our testing purpose - during the sevral rounds of UAT and quality testing. Every time we go to report apply filter and manually export the data from powerbi report visual - Looking to avoid all these manual steps and automate the export of data with correspoding filters in. 

I was tossing between the various option

1) Power Automate - RPA - Using the recorder simulate the export of data from powerbi and run teh flow in powerautomate.

    Challenge here is recording the filters is a bit tricky.

2) Using Powerbi rest API - can e use restapi calls here.

3) Using powerautomate and running the query against a dataset .

 

Please give me a guidence on pros and cons and best approach to dela with this.

Thanks in advance for your help.

2 ACCEPTED SOLUTIONS
Kedar_Pande
Super User
Super User

Best: Power BI REST API for flexibility and reliability.
Good: Power Automate with DAX for querying datasets easily.
Last Resort: RPA due to maintenance and filter issues.

View solution in original post

Anonymous
Not applicable

Hi @Avanthi99 ,

 

Agree with Kedar_Pande, using the Power BI REST API might be the best approach.

If you prefer a less code-intensive solution, combining Power Automate with dataset queries could be a good middle ground. This approach leverages the ease of Power Automate while allowing you to run specific queries against your dataset.

Here's the viedo which introduces it step by step:

Power BI export to excel and csv with Power Automate 

 

In addition, here's the blog about data export from power bi using R/Python Script:

Schedule Automated Data Exports from Power BI usin... - Microsoft Fabric Community

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Avanthi99 ,

 

Agree with Kedar_Pande, using the Power BI REST API might be the best approach.

If you prefer a less code-intensive solution, combining Power Automate with dataset queries could be a good middle ground. This approach leverages the ease of Power Automate while allowing you to run specific queries against your dataset.

Here's the viedo which introduces it step by step:

Power BI export to excel and csv with Power Automate 

 

In addition, here's the blog about data export from power bi using R/Python Script:

Schedule Automated Data Exports from Power BI usin... - Microsoft Fabric Community

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Avanthi99
New Member

Thanks @Kedar_Pande 

Have you ever tried Rest API to export data - Challenge I'm focing is finding the visual id. Powerbi is not straight forward to extract the visual id.

Kedar_Pande
Super User
Super User

Best: Power BI REST API for flexibility and reliability.
Good: Power Automate with DAX for querying datasets easily.
Last Resort: RPA due to maintenance and filter issues.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.