Forum Discussion
powerbiexpert22
3 months agoImpactful Individual
show multiple seletced values inside matrix visual
can it be possible to show multiple selected values in single cell of matrix visual as shown below considering there are two slicers one is for Region ( single select) and another is for category ( m...
- 3 months ago
You will need to concatenate the values either as a measure if you want the concatenated values to change dynamically or as a calculated column if you want to use it as dimension
Subcat Concat = CONCATENATEX ( VALUES ( 'Product'[Subcategory] ), [Subcategory], UNICHAR ( 10 ), [Subcategory], ASC )
v-anbandari
3 months agoCommunity Support
Hi powerbiexpert22 ,
May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.
Thank you.