Forum Discussion
kim0
1 year agoFrequent Visitor
Power BI Get-PowerBIDatasource Throttling with status code 429
Hello! I have created an API script that grabs all datasource details for my company's dataset. It was running under one script and worked perfectly until 02/27/2025. All of a sudden, I get an err...
- 1 year ago
Please see this similar forum post
Deku
1 year agoSuper User
Please see this similar forum post
kim0
1 year agoFrequent Visitor
Thank you for sharing information for using scanner API!
I was wondering... is there any documentation stating throttling limit for that module?
I was able to run the script just fine until couple days ago.
- Deku1 year agoSuper User
Not that I've seen on Microsoft docs, but similar Power BI API do have limits
- Deku1 year agoSuper User
You could throw a sleep in the loop to self throttle yourself to see if that helps
It does state "Each request takes 0.5 seconds to process, during which time other requests are queued" so maybe there is a max queue length?
- kim01 year agoFrequent Visitor
Thank you for help!
I will try this as well!