Forum Discussion
stty1244
1 year agoFrequent Visitor
PowerBI REST API throttling and 429 response - Invoke-PowerBIRestMethod for admin/dataset/datasource
Hi, we have a piece of PowerShell that until December 2024 was working quite happily retrieving dataources related to datasets via this PowerShell command : Invoke-PowerBIRestMethod and this url:...
- 1 year ago
There is undocumented throttling. Best bet is to use the scanner API, takes a couple of mins to run and 4 API calls.
I have a example here
To get data sources you will set datasourceDetails to true
v-pnaroju-msft
1 year agoCommunity Support
Thank you, Deku ,for your response.
Hi stty1244,
We would like to check if the solution provided by Deku has resolved your issue. If you have found an alternative approach, we encourage you to share it with the community to assist others facing similar challenges.
If you found the response helpful, please mark it as the accepted solution and add kudos. This recognition benefits other members seeking solutions to similar queries.
Thank you.
- stty12441 year agoFrequent Visitor
Thanks for the hint. I will have a look at this in the next week.