Forum Discussion
Separating multiple visualizations in a report into separate report pages in a web page
I don't think it is possible. As of now, interactions among pages is not implemented yet. You can sumbit your idea and vote idea on that site as well.
- BrianKassay9 years agoMicrosoft Employee
Thanks for the reply. About the speed of the multiple tabs being loaded, currently I'm rendered 8 tabs in seperate report loads using Power BI Embedded. I then select the tab I want to show in the report. This works, but load times are extremely slow, about 20-30 seconds in some cases.
Is there a good example of this being done with a single report showing multiple pages/tabs at the same time in a web page? I'm wondering if there is a better way to load them or its just a limitation of the Power BI Embedded right now.
- Eric_Zhang9 years agoMicrosoft Employee
What's the data source in your report? Per my experience, when using direct query mode, it would slow down report rendering.
Also, instead of individual pages in one report, could you try to split the pages into individual reports? You can also debug the network request by developers tool(F12 in chrome) to find out the requests that consume massive time.The slowness may also caused by geographic and network fact, I don't exprience such 20-30s slowness.