Forum Discussion
AngeloCustomVis
1 year agoNew Member
Power BI Custom Visual Synching across multiple pages
I have a custom visual that is a text box and filter all values on the page with correctly. In capabilities.json i have enabled the supportsSynchronizingFilterState and set it to true. I ha...
SamWiseOwl
1 year agoSuper User
Could you use the custom visual to filter a "Normal" slicer that has "Select All" ticked for the same column in the custom visual. Set this to Sync across all pages in the report and then hide it.
So something like:
Page 1
Custom Slicer (Visible)
Standard Slicer (Hidden) Syncronised
Page 2
Standard Slicer 2 (Hidden) Syncronised
Page 3
Standard Slicer 3 (Hidden) Syncronised
Something like that?