Forum Discussion
Mukta
4 months agoFrequent Visitor
Issue with Filter Context Not Syncing When Navigating Between Reports in Power BI App
Hi All, I am currently navigating from one Power BI report to another within a Power BI App using a button with a Web URL action. The navigation itself works correctly—the target report opens as exp...
- 4 months ago
Hello Use cross-report drillthrough on a shared dataset it preserves filter context natively. If you must use URL filters, ensure theflter= parameter matches the exact model table/column name (DimStudy/study_id, not the display name), and point to the workspace report URL rather than the App URL.
cengizhanarslan
4 months agoSuper User
Cross-report drillthrough is the recommended approach for passing filter context between reports in the same App:
- In the target report, go to a page → Format pane → enable Cross-report drillthrough
- Add study_id to the Drillthrough fields well on that page
- In the source report, right-click a visual that has study_id in context → Drillthrough → target report page