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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am monitoring our capacity and I have noticed a user causing cpu spikes. It shows XMLA read operation under operation. Sometimes I see query in the list. What is the difference? And how can I know what exactly is causing the spike in the capacity?
I want a solution to this
Any help?
Your user has discovered that they can run DAX queries against your dataset.
Examine the query text (base64 encoded) and work with the user to optimize the query.
Are you sure its because of dax queries? Is it not due some third party app?
It may be also because the connet via excel to the dataset in the services.
Yes , indeed some users are using excel to the dataset (which creates a directquery connection to analysis services I suppose?). What is the solution? If they connect to the dataset as live connection within Power BI, will this fix the problem?