Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I used power automate to refresh a data set from a local folder that was being read into Power BI but it keeps failing and saying it was throttled.
How can I fix this? It was working briefly when I set it up for half an hour and then afterwards just kept giving the alert that it got throttled
Hi @Anonymous ,
It seems that your Power Automate data refresh is being throttled.
The throttling issue you're experiencing with Power Automate is likely due to the flow hitting an action limit designed to protect the connector service being called. Here are some suggestions to fix this issue:
1. Efficiency: Increase the efficiency of your flow. For example, avoid nested apply-to-each loops as they can greatly reduce the efficiency of a flow.
2. Streamline: Streamline everything inside loops. You don't need to throw the entire output of a 'get items' action in an apply-to-each loop to check if a field matches a condition, use OData filter query.
3. Avoid Variables: Try to avoid using a lot of variables (especially inside loops), usually it's possible to use expressions directly when trying to, for example, update a field.
4. Use Expressions: Don't be afraid to experiment with somewhat complex expressions (especially inside loops) to directly grab what you need.
5. Redesign Your Flow: Redesign your flow to use fewer actions.
6. Delay Action or Adjust Schedule: Build the flow in a way that keeps it under the API threshold. Either space out the runs with a delay action, adjust a schedule or trigger to run less often.
Flow error: operation has been throttled - Power Platform Community (microsoft.com)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
38 | |
28 | |
26 |
User | Count |
---|---|
99 | |
88 | |
62 | |
42 | |
39 |