I have a column that contains text like the following:
Name Type
Mark FT
Jess FT; #PT
Hallon PT
Len FT; #PT; #HT
Tessa PT; #HT
What I'm trying to do is create a slicer that has ONLY three options: FT, PT, HT So if I choose FT, the following result would show:
Name Type
Mark FT
Jess FT; #PT
Len FT; #PT; #HT
How to achieve this? Go to your Table, Then go to Edit queries
Then right click on Colum and duplicate it
Now right click on duplicate colum and click on split column by delimiter
Then below changes
You get something like below
You get final Table
Go to Visualtization screen and add your column and new column and slicer you will get desired result