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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
shuhn1229
Resolver I
Resolver I

Direct Query from SSAS Cube - Performance

Hi,

 

I have a report connect to a SSAS cube using direct query. I have noticed some poor performance - some visuals can take 5-10 seconds to load, making it a poor user experience. I'm wondering if I created a calculated tables - filtering down some data in the model (eg only from 2 year range, which would cut the data in half if not more) would help speed things up. Just wanted to ask here before I went through with this because I'd like need to do this with >6 tables and rebuild the connections in the model.

 

Thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @shuhn1229 

1.You can consider to set the  partition in your data source, it can optimize the performance, you can refer to the following link.

Create and Manage Tabular Model Partitions | Microsoft Learn

How to partition an SSAS Cube in Analysis Services Multidimensional (sqlshack.com)

2.You can create the calculated table, but you need to ensure it only contains the necessary column and value.

3.You can also consiser to change the direct mode to composite mode, you can refer to the following link to get more information to optimize the direct query mode.

DirectQuery model guidance in Power BI Desktop - Power BI | Microsoft Learn

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @shuhn1229 

1.You can consider to set the  partition in your data source, it can optimize the performance, you can refer to the following link.

Create and Manage Tabular Model Partitions | Microsoft Learn

How to partition an SSAS Cube in Analysis Services Multidimensional (sqlshack.com)

2.You can create the calculated table, but you need to ensure it only contains the necessary column and value.

3.You can also consiser to change the direct mode to composite mode, you can refer to the following link to get more information to optimize the direct query mode.

DirectQuery model guidance in Power BI Desktop - Power BI | Microsoft Learn

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors