Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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))
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |