March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I want to get a complete list of all the reports published in Power BI Service, along with their data sources.
What I already know:
1. I can send the following request to receive a list of reports: "GET https://api.powerbi.com/v1.0/myorg/reports"
2. The above response also contains "datasetID"
3. I can then pass individual dataset IDs and call: "GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/datasources"
4. Use powershell to loop throught step 3 for all the datasetIDs returned in step 1
My question: Is the above approach my only option I have? Is there any better efficient API method?
Appreciate your help.
Regards,
Garry
Hi, @soulofdata
Yes. I am afraid there is no other more efficient API.
The above approach maybe the only option.
You can view all PowerBI Restful APIs listed in the documentation below.
Best Regards,
Community Support Team _ Eason
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
40 | |
26 | |
17 | |
11 | |
10 |
User | Count |
---|---|
57 | |
52 | |
23 | |
13 | |
11 |