Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have Power Automate flow, that refresh a Power BI Semantic model. Is there any refresh limit for Power BI semantic model from power automate. Because I get a email Alert Your Operation has been throttlet.
Thankyou, @BhavinVyas3003, @arvindsingh802, and @Akash_Varuna, for your responses.
Hi PIYUSHPRAJAPATI,
We appreciate your inquiry via the Microsoft Fabric Community Forum.
Based on my understanding, the error message "Your Operation has been throttled" during a Power BI Semantic Model refresh triggered from Power Automate typically occurs due to exceeding API or capacity refresh limits, especially when using shared (Pro) or oversubscribed Premium capacities. The throttling happens because of exceeding daily refresh limits (8 per day in shared Pro capacity), too many concurrent or large refreshes overloading Premium/Fabric capacity, or frequent API-triggered refreshes hitting backend resource thresholds.
Kindly follow the steps below, which might help to resolve the issue:
Additionally, please refer to the following links for more information:
Power BI - Connectors | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Datasets - Refresh Dataset In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Incremental refresh for semantic models in Power BI - Power BI | Microsoft Learn
If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members facing similar issues. Should you have any further queries, please feel free to contact the Microsoft Fabric community.
Thank you.
Hi @PIYUSHPRAJAPATI Limits are based on the acapacities like 48 times/day for Premium and 8 times/day for shared capacity, with throttling triggered by frequent or simultaneous requests. Space out refresh intervals and use incremental refresh to reduce resource usage.
This typically indicates that you are exceeding the allowed limits for operations within a specific time frame
refer https://learn.microsoft.com/en-us/connectors/powerbi/#limits for API limit
If you are using Power BI Premium capacity then its possible that this is because of limit on the number of concurrent operations like semantic model refreshes. If you have too many refreshes happening simultaneously, or if your usage exceeds the capacity's limit, you'll be throttled
Hi @PIYUSHPRAJAPATI ,
To pull fresh usage data (views, users, data‐source usage) for all Power BI reports across every workspace over the past 6 months, you'll need to combine built-in usage metrics and audit logs—the built-in reports only go back 90 days, and only log everyday usage
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-usage-metrics
Search-UnifiedAuditLog -StartDate (Get-Date).AddMonths(-6) -EndDate (Get-Date) -RecordType PowerBI
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
59 | |
31 | |
27 | |
22 | |
22 |
User | Count |
---|---|
63 | |
49 | |
31 | |
24 | |
21 |