Forum Discussion
consecutive Export Rest API "Request is blocked by the upstream service until" ... Export Rest API
- 3 years ago
Each API has its own limitation of number of requests that can be processes in each time window.
For "Export to File" API the limitation also depends on the type of the reports you are exporting (Power BI reports / Paginated reports) and the type of the capacity the report resides in (Premium Per User, Premium Per Capacity)
I have added a Delay for 5 minutes in the for each loop and thaat doesnt seem to have helped either
Im trying to find a solution for this myself. I dont understand how a 5 minute delay hasnt helped this problem?
- lbendlin3 years agoSuper User
depending on your licence/contract you may be limited to 8 exports per 24 hrs. A 5 minute delay does nothing in such a case.
- Anonymous2 years agoNot applicable
My account have Power BI Premium per user license. It should allow 48 refreshes/day.
I have a power automate flow to refresh the dataset using Power BI API. It failed after 6 attemps and got "Request is blocked by the upstream service" error.
It is weird.
- lbendlin2 years agoSuper User
This may be a limit on the data source, not on Power BI.
- DebbieE3 years agoCommunity Champion
Actually this does work for me. A 5 mins delay within the loop seems to have helped