Forum Discussion

ramasaurio's avatar
ramasaurio
Frequent Visitor
2 years ago
Solved

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...
  • amitchandak's avatar
    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) )