How to do it...

To implement this recipe, perform the following steps:

  1. Create the following measures:
Filters = CONCATENATEX(FILTERS('R08_Table'[Color]),'R08_Table'[Color],",")
  1. On a Report page, create a Slicer visualization and place the Color column from R08_Table in the Field area of the visualization.
  2. On the same Report page, create a Card visualization and place the Filters measure in the Fields area of the visualization.