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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Microsoft ssas tabular performance with regards to power bi

I am trying to understand the performance impact when a power bi report has a live connection to ssas tabular cube (source is oracle DB), when data gets into millions of rows per partition over time

 

The tabular cube is refreshed every day, so when power bi reads from the tabular cube, my understanding, because of the in memory feature of both ssas tabular and power bi engines, the performance won't suffer with increase in data because when power bi reads from the cube, we are not hitting the source database (oracle)

 

Is my understanding correct, and what happens if there are like 100 users logging into power bi using this live report ? how will the performance be /

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Anonymous,

In fact, the operations of different users will be merged into the same session to interact with the database. They will also affect the database performance and usage if users interact with reports frequently. Perhaps you turn on the cache feature the reduce the request amounts:

Data refresh in Power BI - Power BI | Microsoft Docs

In addition, you can also take a look at the following links to know more about different connection modes and trace these requests.

Power BI Connection Types: DirectQuery, Live, or Import? Tough Decision! - RADACAD

SQL profiler to trace request sessions from power bi.

SQL Server Profiler - SQL Server Profiler | Microsoft Docs

Monitor report performance in Power BI - Power BI | Microsoft Docs

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @Anonymous,

In fact, the operations of different users will be merged into the same session to interact with the database. They will also affect the database performance and usage if users interact with reports frequently. Perhaps you turn on the cache feature the reduce the request amounts:

Data refresh in Power BI - Power BI | Microsoft Docs

In addition, you can also take a look at the following links to know more about different connection modes and trace these requests.

Power BI Connection Types: DirectQuery, Live, or Import? Tough Decision! - RADACAD

SQL profiler to trace request sessions from power bi.

SQL Server Profiler - SQL Server Profiler | Microsoft Docs

Monitor report performance in Power BI - Power BI | Microsoft Docs

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors