Forum Discussion
Can I Filter reports using query string parameters in the URL for Power BI APPS multiple reports?
- 3 years ago
Yes. Something like that. Hiding the default stuff and use custom links like the youtube example with the filter. Of course this is an approach, I'm not sure how set up navigation for the pages of the reports. It might help if the navigation for the report pages is inside the report pages. You might want to test it with a single report or two reports in a workspaces as a test/developer environment.
Regards
Hi. No you can't generate a single App link that will keep the filter for all reports. The URL filter feature is by report. So it will only work for a single report. The only thing I think might do something similar would be building your own navigation links to reports in the app (instead of using the default navigator to reports). The links there can be already be URL modified with filters.
You need to go one by one the links of reaports, add the filter and then build the navigation. That approach might be similar of having a filter for the whole App.
I hope that helps,
- VitaliiKhryst3 years agoFrequent Visitor
Thank you very much for the prompt response. Can you please advise, whether the approach that you proposed is described in this article? https://powerbi.microsoft.com/en-us/blog/designing-custom-navigation-for-power-bi-apps-is-now-available/
- ibarrau3 years agoSuper User
Yes. Something like that. Hiding the default stuff and use custom links like the youtube example with the filter. Of course this is an approach, I'm not sure how set up navigation for the pages of the reports. It might help if the navigation for the report pages is inside the report pages. You might want to test it with a single report or two reports in a workspaces as a test/developer environment.
Regards
- VitaliiKhryst3 years agoFrequent Visitor
Thanks, I will try this approach