Forum Discussion
Filter visuals based on Cards
I have multiple Cards on my canvas and want to allow the user to click on one of the Card Visuals to filter other visualisations across the canvas. How can this be achieved?
Here is a workaround I have utilized - looks just like a card:
9 Replies
- mattkocakKudo Kingpin
I recently developed the Slicer Button custom visual that allows one to use a card as a filter (more specifically as a "slicer"). Using a bookmark has some drawbacks and this custom visual allows a card to be used more similarly to a slicer visual.
Using Slicer Button on Card
GitHub Repository: https://github.com/mattkocak/powerbi-visuals-slicerbutton
I'm happy to clarify anything that's unclear regarding the visual. I also have a blog post on the topic titled Turn your cards into slicers with the Slicer Button custom visual.
If you found this post useful, it's helpful to me if you give it a thumbs up and accept it as a solution!
Best,
Matt
- Greg_DecklerCommunity Champion
By not using Cards. :) Seriously, Card visuals do not filter anything.
- AnonymousNot applicable
If Cards are not used, what would be a good alternative to "buttons" for filtering visuals in the same page?
- Greg_DecklerCommunity Champion
Use a list slicer set to a General | Orientation of Horizontal and an Items | Outline
- v-chuncz-msftCommunity Support
Anonymous ,
You may also try adding value to the Matrix visual.
- RHOUAdvocate III
Please see this feature idea here that would make this possible:
https://ideas.powerbi.com/ideas/idea/?ideaid=e2415d73-8cf5-ed11-a81c-000d3a7a46eeAnd a workaround custom visual here: