Forum Discussion
Matrix Visual To show All values for Text Field
Hi Anonymous,
Matrix visual not support analysis text value on value field, you can force drag text column to value field, they will auto switch to summary mode(last, first, count).
I haven't found effective solutions to direct expand all text values on matrix side, maybe you can try to write measure to CONCATENATE these text value to one.
Concatenate details =
CALCULATE (
CONCATENATEX ( VALUES ( Table[Related_Details] ), [Related_Details], "," ),
VALUES ( Table[RUNTIME] ),
VALUES ( Table[Enoktee_Names] )
)
Regards,
Xiaoxin Sheng
Hi Xiaoxin,
I have found this solution given by you in other post. This solution is great but it results into giving me the rows value in one row only as shown:
This was the test data but in my case volume of data is huge and even there are many columns which should come. I was thinking of using slicers for that. But if currently in Power BI values can't move to rows then is it possible in Excel Power Pivot? Any idea?
Thanks.