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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.