Forum Discussion
Power BI REST API - Load Data from Dataset possible
- 3 years ago
Hey, It is possible to extract data from Dataset via an API .
The below blog explains leveraging ADF :
https://datasharkx.wordpress.com/2022/10/30/copy-data-from-power-bi-through-azure-data-factory-synapse-pipeline-part-2/
but you can even extract via python script leveraging the Dataset-Execute queries API:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/execute-queries
Hi torsten_FO ,
Please review the following links and check if they are what you want...
GET https://api.powerbi.com/v1.0/myorg/datasets
Connect to datasets in the Power BI service from Power BI Desktop
Best Regards
- torsten_FO3 years agoHelper I
Hi Rena,
I have try the first option with an API call. In this case I get only the Dataset properties. What I want is the Data inside of the Dataset.
The second option is not what I want. My Idea is a connection with Python via API to a Dataset and then to read the Data.
Best Regards
Torsten