Forum Discussion
Anonymous
4 years agoNot applicable
multi value matrix, selection criteria
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 fin...
- 4 years ago
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))
amitchandak
4 years agoSuper User
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))