Forum Discussion

Jenni3hugs's avatar
Jenni3hugs
New Member
4 years ago
Solved

Using a Slicer to filter concatenated Column

Hello! I am trying to use a slicer to filter a concatenated column and the measures I have found/edited from this fourm are not working.    Esentially my data looks something like this: Month ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Jenni3hugs ,

     

    We still need a new table for the filter. And don't create relationship with Table1.

    Then create a measure and use it on the table visual filter, set the filter to show items when value is 1.

     

    Measure = IF(CONTAINSSTRING(MAX('Table1'[Scope]),MAX('Scope'[Scope])),1,0)

     

    The result should be like this.

    Attach the PBIX file for reference. Hope it helps.

     

    If this doesn't work for you, please consider sharing more details about it. And it would be great if there was a sample file without any sensitive information here.

     

    It makes it easier to give you a solution.

    1. Sample (dummy dataset) data as text, use the table tool in the editing bar.
    2. Expected output from sample data.
    3. Explanation in words of how to get from 1. to 2.

     

    Best Regards,
    Community Support Team_Gao

     

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly -- How to provide sample data