Forum Discussion
10GB Semantic Model limit on F64 for incremental refresh
- 1 year ago
The answer was simpler than expected, though no less frustrating to pin down for it. Our memory limit was at ~10GB because the DB took up ~15GB already. If we add up 10204 MB and 15395 MB we get 24,999GB, the limit of our F64.
It was merely unfortunate that the two values looked like somewhat round numbers on their own.
Hi rvp_ordix,
Thanks for reaching out to the Microsoft fabric community forum.
After thoroughly reviewing the details you provided, here are few alternative workarounds that might help resolve the issue. Please follow the steps below:
Thank you, lbendlin for your valuable input regarding the issue.
- F64 capacity has 64GB total memory shared across workloads, with a max of 25GB per dataset. Power BI enforces per-operation memory limits during refreshes, and the error indicates query execution exceeded available memory (10,221 MB > 10,204 MB). Memory spikes can cause refresh failures even if the dataset fits in capacity.
- Power BI has a 10GB limit per partition during processing. Ensure your partitions, especially the current months, are under this limit after compression. Check partition sizes using DAX Studio or Fabric Capacity Metrics. Test a smaller timeframe refresh to identify excessive memory usage.
- Ensure XMLA is performing a true incremental refresh, processing only new data and leaving existing partitions unchanged. Verify the partitioning strategy in Power BI Service for correct incremental refresh settings.
- Reduce dataset size by removing unused columns and high-cardinality fields. Avoid complex calculated columns that increase memory usage. Use Fabric Capacity Metrics to monitor memory usage during refresh operations.
- If incremental refresh continues to fail despite optimizations, you may want to consider upgrading to F128, as it offers more memory for handling large refresh operations.
Please go through the below following links for more information:
What is Power BI Premium? - Power BI | Microsoft Learn
Capacity and SKUs in Power BI embedded analytics - Power BI | Microsoft Learn
How to configure workloads in Power BI Premium - Power BI | Microsoft Learn
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Best Regards.
Hi rvp_ordix,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
- v-kpoloju-msft1 year ago
Community Support
Hi rvp_ordix,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.- v-kpoloju-msft1 year ago
Community Support
Hi rvp_ordix,
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.