Forum Discussion
Anonymous
1 year agoNot applicable
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...
- 1 year ago
Anonymous
Measure = CONCATENATEX( DISTINCT('Table'[Thing]), [Thing], " and " )
Anonymous
1 year agoNot applicable
Brilliant! So glad I got close