
Announcements
Dear Community,
I need a tabbed structure in PowerApp to open PowerBI Report in a PowerBI tile available in PowerApp.
End User View: User selects the reports he wants to view from the reports gallery. Based on the selection, reports needs to be loaded in different tabs inside powerApps. So, when user clicks on each tab, report would be already loaded and he can just compare parameters across reports.
Is there any way that we can achieve this Tabbed structure of PowerBI tile in PowerApps?
The focus here is report shouldn't load each time user navigates to another report.. Feel free to suggest any ideas or approaches for making this possible.
Thanks.
This might be more than you bargained for, but...
PowerBI Visualizations can be easily embedded into a React Component using the PowerBI React JS Library.
React Router can be used to create a tabbed navigation structure that looks like lots of sub-pages but is really still just a single SPA.
Between the two, you can create a custom SPA that has all the tabs you want and embeds PowerBI Visualizations on each.