Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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], ", " )
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |