Forum Discussion

DineshKumaran's avatar
DineshKumaran
Regular Visitor
1 year ago
Solved

How to Retrieve Raw Data from Power BI Dataset Linked to On-Premises Database via API?

I am trying to retrieve raw data from a Power BI dataset in a specified workspace and convert it into an .xlsx format. To retrieve the data, I have an app registered in Azure as with the following per...
  • ibarrau's avatar
    ibarrau
    1 year ago

    Yes. The Power Bi Rest API interacts with Power Bi only. It won't query a data source, it query Power Bi Dataset/semantic model.

    Regards