Forum Discussion
Wresen
Post Patron
3 years agoCombine 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...
- 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])
halfglassdarkly
Responsive Resident
3 years agoTry 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])
- Wresen3 years ago
Post Patron
Thanks so much halfglassdarkly
really appriciate it 🙂