Forum Discussion
UBComma
4 years agoHelper III
Return multiple values from lookup
Does anyone know if there is a way to lookup a value from one table and return multiple values concatenated together like shown in the [Result] column of the 'Result Table' below? Lookup Table ...
- 4 years ago
UBComma , Use a measure
concatenatex(Table, Table[Value], " ,")
Concatenate Text- Measure, DAX Table, and Power Query Table: https://youtu.be/xAh3tz1qo24
UBComma
4 years agoHelper III
amitchandak thank you!