Forum Discussion

Mukta's avatar
Mukta
Frequent Visitor
4 months ago
Solved

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...
  • pankajnamekar25's avatar
    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.