I am researching whether its possible to extract data from Power BI into another system via Rest API. Internet is full of articles explaining the data ingestion into power bi but not extraction. Anyone knows whether its possible to do the opposite/can point to some helpful articles, would be a great help.
CodePudding user response:
There is a "connection string" in Power BI online settings that you can use to access dataset data. It can be helpful.
Here is quick example with python
CodePudding user response:
In addition to using the XML/A endpoint, there's a REST API called ExecuteQueries, which you can call from any programming language, Power Automate, or try online.