Forum Discussion
Report -Resource governing error
- Anonymous2 years ago
Hi karthik77700 ,
Please refer this document: Advanced incremental refresh and real-time data with the XMLA endpoint in Power BI - Power BI | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi karthik77700 ,
This is because command operation attempts to consume more memory than allowed by the limit, the operation fail, and an error is returned.
To potentially avoid exceeding the effective memory limit:
- Upgrade to a larger Premium capacity (SKU) size for the semantic model.
- Reduce the memory footprint of your semantic model by limiting the amount of data loaded with each refresh.
- For refresh operations through the XMLA endpoint, reduce the number of partitions being processed in parallel. Too many partitions being processed in parallel with a single command can exceed the effective memory limit.
For more details, you could read related document: Troubleshoot XMLA endpoint connectivity in Power BI - Power BI | Microsoft Learn
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.