Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, look at ID:21975, how can I take all this numbers and du like this:
21975 1883724
21975 1883725
21975 1883726
/Bergh
Solved! Go to Solution.
Hi @Bergh
You can create a new table
NewTable =
SUMMARIZE (
TableName,
TableName[ID],
"NewColumnName", CONCATENATEX ( TableName, TableName[ColumnName], ", " )
)
Hi @Bergh
You can create a new table
NewTable =
SUMMARIZE (
TableName,
TableName[ID],
"NewColumnName", CONCATENATEX ( TableName, TableName[ColumnName], ", " )
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |