Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Kfawcett12
New Member

Slow excel performance

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?

3 REPLIES 3
lbendlin
Super User
Super User

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.