The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Hi PIYUSHPRAJAPATI,
We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.
If our response was helpful, please mark it as the accepted solution, as this helps the broader community.
Thank you.
Hi PIYUSHPRAJAPATI,
We wanted to check with you because we have not received any reply. If your problem is solved, please share the solution with the community. This will help others who face the same issue.
If our answer helped you, please mark it as the accepted solution.This will guide other members too.
Thank you.
Hi PIYUSHPRAJAPATI,
We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.
If you find the response helpful, please mark it as the accepted solution, as this will help other members with similar queries.
Thank you.
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