Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Card visual with multiple selection slicer

Hi.   I want to create a Card where I can see wich elements of a particular slicer are selected but i don´t have a clue on how to do it, so far I can only put a single field selection using this DA...
  • Mariusz's avatar
    7 years ago

    Hi Anonymous,

    I think this Measure shoud help.

     

    Selected Values =
    CONCATENATEX(
    VALUES('Product'[Brand]),
    'Product'[Brand],
    "; "
    )

    Hope this helps 
    Mariusz