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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
BrianKassay
Employee
Employee

Separating multiple visualizations in a report into separate report pages in a web page

We have a report right now with the interactions working they way we like them, but we want to separate the visualizations into separate DIV's in our web app and still have them interact with each like before.   This is needed to layout the visualizations in a more responsive manner to the browser's width.

 

Currently, we reworked the report so each visualization is on a separated page.  Our web app then renders the report and sets the report a specific page.  This way we host all the visualizations in their own DIV.

 

Is it possible to get the visualization's interactions to continue to work this way?  Currently they are not communicating their interactions with each other.

 

Also the loading of the page is very slow compared to when it was a single report.  I'm presuming this is because its loading the data behind each report multiple times for each instance of the report I'm rendering.  Is there anyway to speed this up?

 

3 REPLIES 3
Eric_Zhang
Employee
Employee

@BrianKassay

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.
 

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.

@BrianKassay

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.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors