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.
pankajnamekar25
4 months agoSuper User
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.
- Mukta4 months agoFrequent Visitor
Thankyou Pankaj, I will try this out