Forum Discussion

bishnu's avatar
bishnu
Helper II
6 years ago
Solved

LOOKUPVALUE 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...
  • Greg_Deckler's avatar
    Greg_Deckler
    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.