Forum Discussion
POWERBI EMBEDDED :MULTIPLE REPORTS IN MULTIPLE IFRAME ON SAME PAGE TAKES LONGER TO LOAD ON PAGE
Hi All,
I have 5 reports which are embedded in different IFRAMES in same page in Custom Application.
When user click that page ,reports take almost 11 secs to load which is huge.
How can we increase the performance?
7 Replies
- amitchandak
Super User
khush19 , is it 5 visuals or 5 reports.
Refer this
Best Practices
https://docs.microsoft.com/en-us/power-bi/guidance/power-bi-optimization
https://maqsoftware.com/expertise/powerbi/power-bi-best-practices
https://www.c-sharpcorner.com/article/power-bi-best-practices-part-1/
https://www.knowledgehut.com/blog/business-intelligence-and-visualization/power-bi-best-practices
https://community.powerbi.com/t5/MBAS-Gallery/Microsoft-Power-BI-The-Do-s-and-Don-ts-of-Power-BI-Relationships/td-p/712566
https://community.powerbi.com/t5/MBAS-Gallery/Microsoft-Power-BI-My-Power-BI-report-is-slow-What-should-I-do/td-p/712567- khush19
Resolver I
It is 5 reports ,which are embeded.
My reports are fast in Power BI service but when embeded it is slow to render.
- amitchandak
Super User
khush19 , that can have many factors. Just compare the time of one report vs one report in iframe, is there any difference in time?
- AnonymousNot applicable
Hi, even I wanted to implement multiple reports with multiple iframes in a single page in react.js app, but I am unable to get any idea or any examples for it. I have tried, but it seems like only the last reports in the sequence gets the reponse from pbi service, other reports are just blank. Can anyone please share the code example for the same.