Similar thread : https://community.fabric.microsoft.com/t5/Developer/Power-BI-Admin-Too-Many-Requests/m-p/2634090 For any PowerBI related queries, please ask in Power BI community forum: https://community.fabric.microsoft.com/t5/Power-BI-forums/ct-p/powerbi
API to get Power BI metadta
Hello all, I have a requirement to get Power BI cloud connections, views it is using, workspace details etc using PySpark notebook from Synapse. Currently i get report details using this API
https://api.powerbi.com/v1.0/myorg/admin/reports
and pass datasetid in below API to get the connection details
https://api.powerbi.com/v1.0/myorg/admin/datasets/'+ datasetId +'/datasources'
But i am getting error saying "you have reached maximum limit, try again after 3200 seconds'
I tried without admin in the API like below and it's throwing 400 unauthorized error. Any idea how to use API with admin and not having the limitation error? Or how to use below api without admins?Whats the config i need to do in Power BI for below API to work?
https://api.powerbi.com/v1.0/myorg/reports