Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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...
  • amitchandak's avatar
    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" )