The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 have also set up persistentstate so that it keeps the values when moved off the page then returned you can see what has been input.
I see the visual in my sync pane. But it does not sync across to other pages where syncing is enabled.
How can I accomplish this.
Hi @SamWiseOwl
Thanks for your suggestion.
Were you able to validate your solution?
I have my custom visual and normal slicer on page one with select All option enabled.. Normal slicer is synced to page 2 and page 3.
I select a value in my custom visual and my slicer in page one is filtered to those values.
Page 2 and 3 are still not filtered.
Thanks,
Unfortunetly it did not work, which version of Power BI are you using?
In Preview there is a Text slicer that does something similar to what you describe
And it can be synced visible and hidden:
See if you can turn it on Options | Preview features | Text slicer visual
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
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?
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.