Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Measure to Combine Text Values

I am trying to create a measure (I think) to combine text values to use in a map legend.     Country  Thing Country A Dogs Country A Cats Country B Dogs Country C Dogs C...
  • Greg_Deckler's avatar
    1 year ago

    Anonymous 

    Measure = CONCATENATEX( DISTINCT('Table'[Thing]), [Thing], " and " )