Forum Discussion
Anonymous
3 years agoNot applicable
Display multiple values in matrix
Hi, I have a matrix with the categories on rows (blacked out in the below image for security reasons) and the week of the year number (1..52) on the columns, with some dates in the values. ...
- 3 years ago
Anonymous , You can not do that in case of matrix visual
Max you can do that you create a measure
concatenatex(Table, Table[Date], " , ")
- 3 years ago
Yes. You can either use double quotes with a carriage return in between, or just use CHAR(10) in place of ",".
Pat