Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi, I would like to check is there any tool that can use to scrape/export data from powerBI visual published We want to have a automatic data checking for published reports
Solved! Go to Solution.
Hi @Anonymous,
Did you mean export data from the visualization? If that is the case, you can take a look at the following links about power bi export features and API:
Export data from a Power BI visualization - Power BI | Microsoft Learn
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng
Hey,
for automated data export, you can leverage the PowerBI REST API leveraging the Dataset-Execute queries API:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
The below blog explains leveraging ADF :
https://datasharkx.wordpress.com/2022/10/30/copy-data-from-power-bi-through-azure-data-factory-synap...
Power automate:
https://www.youtube.com/watch?v=wy1BE1TJ_jc
Hi @Anonymous,
Did you mean export data from the visualization? If that is the case, you can take a look at the following links about power bi export features and API:
Export data from a Power BI visualization - Power BI | Microsoft Learn
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
Xiaoxin Sheng