Forum Discussion
Bergh
4 years agoHelper II
Copy row to multiple rows with same ID
Hi, look at ID:21975, how can I take all this numbers and du like this:
21975 1883724
21975 1883725
21975 1883726
/Bergh
Hi Bergh
You can create a new tableNewTable = SUMMARIZE ( TableName, TableName[ID], "NewColumnName", CONCATENATEX ( TableName, TableName[ColumnName], ", " ) )