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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors