Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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?
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
108 | |
54 | |
50 | |
40 | |
40 |