Forum Discussion
ramasaurio
2 years agoFrequent Visitor
Showing multiple elements in matrix cells
I'm fairly new to PowerBI and I'm confused about how to do some data manipulation on PowerBI Desktop. I have a table I imported from excel that looks like this (simplified example): and I wan...
- 2 years ago
ramasaurio , Try like, but I doubt you will get in multiple lines
Use following measure in visual
concatenatex(Table, [Name], " "& unichar(10) )
amitchandak
2 years agoSuper User
ramasaurio , Try like, but I doubt you will get in multiple lines
Use following measure in visual
concatenatex(Table, [Name], " "& unichar(10) )
ramasaurio
2 years agoFrequent Visitor
Thank you! this worked perfectly.