Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
Our F64 capacity is sometimes heavily used due to user actions that are in status failure (a lot of resources are used until they reach a time-out, I think).
How do you go about investigating these failed actions to find out what the root cause is?
Thanks in advance for your feedback,
Vivien
Hi @vivien57
Here are some directions and ideas for troubleshooting the failures, I hope it will be helpful.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
The screenshot from the metrics app shows that this is an interactive operation called "Query" on a Dataset. The title of the visual says "Interactive operations for timerange".
https://learn.microsoft.com/en-us/fabric/enterprise/fabric-operations
I couldn't find the word "dataset" in the list of operations in the link above. Perhaps the operation shown in the screenshot is the same as "Interactive query" on a semantic model?
Is this a Direct Lake or Import Mode (or DirectQuery) semantic model?
Here are some ideas for finding out which queries failed:
-----------
On a side note: rescheduling background operations would probably not help much even if the issue was related to background operations. As background operations are smoothed over a 24 hour period, it shouldn't matter much about the specific time the operation gets triggered. Instead, reducing the number of refreshes within a 24-hour period would help to reduce the utilization (if background operations were the main issue here).
However, in this case we are looking at interactive operations (ref. the screenshot), not background operations. So background operations are not directly relevant for this case anyway.
Hi @frithjof_v
Thank you for highlighting the areas I missed and correcting my mistakes.
The Metrics app still uses the old term "dataset" rather than the new term "semantic model". I think you are correct that the operation is the same as "Interactive query" on a semantic model.
As the status is "Failure" not "Rejected"/"Delayed", and their throttling time is 0s, does that mean it's more likely to be an issue with query timeouts or query data volume over limits? Maybe the cause is more related to the semantic model and the Power BI report? Of course, in the case of DirectQuery/LiveConnect, may also need to consider the impact of data sources and networks.
Best Regards,
Jing