Forum Discussion

mussaenda's avatar
mussaenda
Community Champion
7 years ago
Solved

SELECTION SLICER

Hi, I don't know how to deal with this,   I have this sample data, i just want to have a selection slicer to based on select 1, 2 and 3. I cannot unpivot them because i don't want the value...
  • Anonymous's avatar
    Anonymous
    7 years ago

    so the easiest and most sensible option is to unpivot the columns, for this example it works perfectly - but I guess for your main project that causes problems.

     

    The other option would be a custom visual called 'Smart Filter' It allows you to have multiple fields in the same filter:

    Failing that, I'm not sure. 

    if pivoting causes you some issues elsewhere, maybe duplicate the table and pivot that one and create a relationship between the two.

     

    I home some of this helps.