This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have the below table, and if a "workID" has the same "RoutingID" and same month in "start_cur" as any other "WorkID", i need to concatenate the WorkIDs to be in the same cell.
So the finish product in a PBI table on the report dashboard looks like the below excel table.
Solved! Go to Solution.
@Anonymous , Create a new measure and add that to matrix visual value
Routing ID on row and month year and Column
Concatenatex(Table,Table[Work ID], unichar(10))
That worked perfectly. As a bonus, do you know if its possible to make the totals as counts instead of a list workIDs?
@Anonymous , Create a new measure and add that to matrix visual value
Routing ID on row and month year and Column
Concatenatex(Table,Table[Work ID], unichar(10))
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 23 | |
| 22 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 20 |