Forum Discussion
Getting 429 error when try to refresh dataset for just 3 times per hour
I have developed a Power Automate flow to call Power BI Api in order to refresh a dataset. The flow is working properly for first a few attempts but it failed later. The error code is 429 and message is "Request is blocked by the upstream service".
I checked Power BI - Connectors | Microsoft Learn and under stand there is limit:
| API calls per connection | 100 | 60 seconds |
The limit seems to be very large. I don't understand why a few requests will be blocked. Any suggestion?
2 Replies
- AnonymousNot applicable
Hi Anonymous,
Is there any backend request in other rest api? They should also be recorded in these total requests limitations and may affect the current api usages.
Regards,
Xiaoxin Sheng
- AnonymousNot applicable
It could be other requests going to same data source (we are using Azure datalake). However what is the limit? I cannot find any document talk about it. Also we would like to pay for higher limit.