Forum Discussion

Wresen's avatar
Wresen
Post Patron
3 years ago
Solved

Combine values on each row

Hi and thanks for reading this. I have a little problem and i have no clue how to do it , it seemed easy when i started to think about it 🙂 I have a tabel like below: I would like to create...
  • halfglassdarkly's avatar
    3 years ago

    Try adding this as a calculated column:

     

     

    Comb =
    CALCULATE(CONCATENATEX('your table name',[Store],"/",1),ALL('your table name'),your table name'[What]=EARLIER('your table name'[What])