Forum Discussion

gauravnarchal's avatar
gauravnarchal
Post Prodigy
5 years ago
Solved

Filter unique values from the table

I wanted to create a measure to filter only the unique values from the below table as there are repeated information in the table.   As an example result should only show Product WW & Mark Y only o...
  • Greg_Deckler's avatar
    5 years ago

    gauravnarchal - Use 

    Measure = CONCATENATEX(DISTINCT(SELECTCOLUMNS('Table',"Product",[Product])),[Product],",")
  • Greg_Deckler's avatar
    Greg_Deckler
    5 years ago

    gauravnarchal It's the default or are you trying to create a new table? Both are set to Don't summarize.