Forum Discussion
stan_w_gifford
4 years agoHelper I
Matrix discarding duplicates
Good morning, I suspect I am missing something basic and simple here but here goes. I have a simple table; And I create a matrix as a summary; Now I wish to show the...
v-chenwuz-msft
4 years agoCommunity Support
Hi stan_w_gifford .
Matrix table is always used to provide and summarize, so it will always aggregates the same category.
You can try the following expression:
Measure 2 = CONCATENATEX('Table',[Amount],"
")
This is one string with all names combined with line break.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.