Access data in Power BI report using Rest API

241 Views Asked by At

I am trying to get data in Power BI report using Power BI rest API. My intention is to take the data in the report and build a custom UI using Angular or React.

I am able to get report and dataset using the below APIs. GET https://api.powerbi.com/v1.0/myorg/reports/{reportId} GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}

I couldn't exactly find an API that gives me the data present in a report. I have seen execute-queries but I though there must be an API that can get me the data by applying some filters also. Please can you guide me?

0

There are 0 best solutions below