Forum Discussion
Anonymous
2 years agoNot applicable
Create a group
Hi I was wondeirng if there is a measure that would allow me to make a group. For example I have a column called Titles and it consist of of Title Associate 1 Associate 2 Associate 3 Associ...
- 2 years ago
Anonymous , Try to get it created at source as a column, you can not use measure in a slicer,
You can have measures like
Switch(True() ,
search("Associate", Max(Table[Title]), ,0)>0 , "Associate", "Senior" )
amitchandak
2 years agoSuper User
Anonymous , Try to get it created at source as a column, you can not use measure in a slicer,
You can have measures like
Switch(True() ,
search("Associate", Max(Table[Title]), ,0)>0 , "Associate", "Senior" )