Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
We currently are using a model on a P1 capacity that performs very quickly in Power BI desktop but a lot of our users want to use Excel which performs really slow when using multiple dimensions. We have run a profiler trace on our capacity and the MDX sent back form the pivot table is poorly written. Has anyone else run into this issue and what did you do to overcome it?
What you need to realize is that a Power BI dataset is a SSAS Tabular instance, not an OLAP cube. Power BI uses DAX queries that run natively on the dataset. When you use "Analyze in Excel" you treat the dataset as if it were an OLAP cube, so you can run MDX queries against it. This requires translation/emulation and will slow everything down.
Best to educate your users about using DAX queries from Excel instead of MDX. We have seen a dramatic improvement in performance (and user satisfaction, frankly) with our most die-hard Excel users when we managed to persuade them to switch to DAX.
Thanks for the response! When you are suggesting users use DAX I am assuming you are having them use power query to get what they need?
We are really trying to push users to use power bi for their data exploration but there are always Excel hold outs.
No, Power Query uses M and is generally not accessible to report users. DAX is the language to query datasets.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
56 | |
27 | |
26 | |
22 | |
21 |
User | Count |
---|---|
58 | |
43 | |
24 | |
23 | |
19 |