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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors