Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
wHello,
I am trying to see how much Cores/CPU plus memory we need for maybe 500-1k users connectivity (though we have some Power BI reports that will be front Web UI, so we need to determin that as well), i came across this article from Gigxp.com:
https://www.gigxp.com/powerbi-report-server-performance-tuning/
and they show about 1k users for 8cores 32 gigs of memory etc., but i am not sure what this means?
Workload Bench | 8 Core & 32 GB RAM | 16 Core & 64 GB RAM |
Power BI Report Heavy (PBIX) (>60%) | 1,000 users | 3,000 users |
Paginated (RDL) Report Heavy (SSRS) (>60%) | 2,000 users | 3,200 users |
PBIX Heavy Reports | 50 Concurrent user loads | 150 Concurrent user loads |
SSRS Heavy Reports | 100 Concurrent users | 160 Concurrent users |
PBIX Heavy Reports (Total User base) | 1000 | 3000 |
SSRS Heavy Reports (Total User Base) | 2000 | 3200 |
can anyone make sense of it and what it means 50 concurrent user loads? it shows 1000 users above so i am confused what the one highlighted in blue means? any idea?
anyway we can determine the cpu/cores, memory will need for any front facing Embedded Web UI power bi report it will need?
thanks in advance
Solved! Go to Solution.
@Anonymous wrote:can anyone make sense of it and what it means 50 concurrent user loads? it shows 1000 users above so i am confused what the one highlighted in blue means? any idea?
"Concurrent" means at the same time. So with a Power BI report, the only time there is load on the server is when a report first renders when a user clicks on it or when the click on a slicer or visual (triggering the spinning dots loading indicator). So this table is saying that although you might have 1000 people with permission to run reports, the assumption is that only 50 of them will be clicking on reports at exactly the same time. (once the report has finished rendering on the users screen it does not consume any significant CPU / Memory resources on the server until they click on something else)
@Anonymous wrote:can anyone make sense of it and what it means 50 concurrent user loads? it shows 1000 users above so i am confused what the one highlighted in blue means? any idea?
"Concurrent" means at the same time. So with a Power BI report, the only time there is load on the server is when a report first renders when a user clicks on it or when the click on a slicer or visual (triggering the spinning dots loading indicator). So this table is saying that although you might have 1000 people with permission to run reports, the assumption is that only 50 of them will be clicking on reports at exactly the same time. (once the report has finished rendering on the users screen it does not consume any significant CPU / Memory resources on the server until they click on something else)