Jonathan_P wrote:Hello,
I would like to know if there is a way to get the data from a report using REST API. We want to have a client application that can pull the data. My application is registered on Azure. I was able to do some successful calls like getting the datasets list.
I read the following documention but I can't find something about the reports itself.
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-rest-api-reference/
https://msdn.microsoft.com/en-us/library/mt147898.aspx
The following link show that there is some permissions for reports (to see data). But I can't find the documentation of that API.
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-power-bi-permissions/
Can you help me please?
Thanks
Getting data using REST API is not possible at this moment, you can check and vote up this idea REST API access to READ datasets.
By the way, why would you like to get the data from the report? As reports are basing on variours data sources, you can get data from the data sources in your scenario.