Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
How can we sync visuals between pages
hi,
can we sync visual filter between pages.
like if i select any part of the visual, then it will automatically filter/highlight remaining visuals in the others pages
Solved! Go to Solution.
Hi @nesrinehal20 -Direct interaction (like clicking on a visual to filter another page in real-time) is not natively supported in Power BI.You may need to use slicers or drillthrough filters combined with a consistent report design to achieve similar functionality.
you can achieve this , If the selection you want to sync is based on specific fields, you can use report-level filters to apply the same filter across all pages.
Add a Report Filter:
Open the Filters pane in Power BI Desktop.
Drag the field you want to filter by into the Filters on all pages section.
Adjust the filter criteria as needed. This filter will now apply to all pages in the report.
suggest one more ,use sync slicers for dynamic filters or drillthrough filters for context-specific navigation. I hope this idea helps you to achieve the same.
Proud to be a Super User! | |
Hi @nesrinehal20 -Direct interaction (like clicking on a visual to filter another page in real-time) is not natively supported in Power BI.You may need to use slicers or drillthrough filters combined with a consistent report design to achieve similar functionality.
you can achieve this , If the selection you want to sync is based on specific fields, you can use report-level filters to apply the same filter across all pages.
Add a Report Filter:
Open the Filters pane in Power BI Desktop.
Drag the field you want to filter by into the Filters on all pages section.
Adjust the filter criteria as needed. This filter will now apply to all pages in the report.
suggest one more ,use sync slicers for dynamic filters or drillthrough filters for context-specific navigation. I hope this idea helps you to achieve the same.
Proud to be a Super User! | |