Forum Discussion
wbadri
6 years agoFrequent Visitor
Combine multiple rows with condition
Hi, I want to join two cell with same ID in one cell, the below shows the original data, I want to join channel column in one raw Local Cell ID Equipment ID Sector ID Cabinet No. Subrack...
- 6 years ago
Hi wbadri
Please use the below measure:
New Channel = CALCULATE(concatenatex('Table', 'Table'[Channel],","))
v-diye-msft
6 years agoCommunity Support
wbadri
6 years agoFrequent Visitor
Oh I can uderstand you, your solution worked perfectly, but can I edit the table in order to fix data and to remove dublicate rows that was from excel original excel sheet.