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], ", " )
)
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
97 | |
76 | |
42 | |
30 | |
30 |
User | Count |
---|---|
136 | |
95 | |
78 | |
48 | |
39 |