The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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