Forum Discussion
bishnu
Helper II
6 years agoLOOKUPVALUE And Return Multiple Values Horizontally
Hello Is it possible to stack mutiple values horizontally using LOOKUPVALUE in powerbi. i saw its possible in excel using INDEX, so i tried with SUBSTITUTEWITHINDEX, with no luck following is the l...
- 6 years ago
OK, if you do not need them to be in individual columns, you can do this:
Measure = CONCATENATEX(DISTINCT(FILTER('Table',[Status]="verified")),[Code],",")See attached PBIX file.
bishnu
Helper II
6 years agoHello Greg
As if now i didnt add index column for both Table A or source data Table B. But i can if its needed
Greg_Deckler
Community Champion
6 years agoOK, if you do not need them to be in individual columns, you can do this:
Measure = CONCATENATEX(DISTINCT(FILTER('Table',[Status]="verified")),[Code],",")
See attached PBIX file.