Forum Discussion

sloane's avatar
sloane
Frequent Visitor
5 years ago
Solved

How to create a slicer based on multiple string values per row

Hi All, 

 

I currently have a dataset that looks a bit like the table below, and need to create a slicer that gives the respective amount with the distinct string values in the column Category. 

The expected behavior is that the slicer says HOR; THR; COM; DRA and if I select  THR I get a sum of all amounts with thr (1,200,000) or a count of all categories with THR (3)

 

Thank you in advance for any help!

  • Anonymous's avatar
    Anonymous
    5 years ago

    sloane , Please split the column by delimiter this way you will get the separate values. 

    The rest will work as expected:

     

    Did I solve your problem? 

    Please mark my answer as a solution!

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    sloane , Please split the column by delimiter this way you will get the separate values. 

    The rest will work as expected:

     

    Did I solve your problem? 

    Please mark my answer as a solution!