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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
crobinson661
Frequent Visitor

Max Concurrent Pages

Good afternoon, 

 

Reviewing the P1/A4 SKU's for Power BI Premium Capacity, I see that "Max concurrent pages" is listed at 55. I am interpreting this as "maximum number of concurrent users viewing the same page" but I think I'm wrong on that. 

 

Some of the capacity estimating calculators I've seen estimate a need for an second P1 node at 1499+1 users. I believe I am misunderstanding something because it is pretty easy to assume I could have more than 55 concurrent views of a page at 1499 users? 

 

Looking for some help to understand this - and a general perspective on how to gauge/estimate when one would "run out of capacity" and need more. I understand you can start estimating based on Max memory sizing, but if I go with P1 and adoption expands, at what point would I know I need another node? When people are being blocked from viewing consistently because of the 55 concurrent page view limit, or due to slow performance because 8 cores can't handle the traffic? 

 

Thanks in advance. 

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @crobinson661 

 

In terms of concurrency, if you have a lot of users all using the same report, Power BI caches the results, so when a report is rendered using the cache it gets that straight from memory and does not require any CPU. It is only when running DAX queries that need to get the data from the model that it will then need CPU.

 

If you design your data with a star schema (facts and dimensions), that means that your DAX measures will be easy to be calculated and will not require much CPU, which means not a very high demand on the CPU.

 

With the above of best practice design a single report or multiple reports can scale to many users because they all share the cache and also when need a new DAX measure it will not require a lot of CPU. So it depends on how your dataset is modelled and how efficiently the DAX measures are created.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

1 REPLY 1
GilbertQ
Super User
Super User

Hi @crobinson661 

 

In terms of concurrency, if you have a lot of users all using the same report, Power BI caches the results, so when a report is rendered using the cache it gets that straight from memory and does not require any CPU. It is only when running DAX queries that need to get the data from the model that it will then need CPU.

 

If you design your data with a star schema (facts and dimensions), that means that your DAX measures will be easy to be calculated and will not require much CPU, which means not a very high demand on the CPU.

 

With the above of best practice design a single report or multiple reports can scale to many users because they all share the cache and also when need a new DAX measure it will not require a lot of CPU. So it depends on how your dataset is modelled and how efficiently the DAX measures are created.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

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
Top Kudoed Authors