Forum Discussion
sarahhp
9 years agoFrequent Visitor
Concatenate rows with filter
I don't come from a coding background but I'm trying to take a list of products associated with different companies and concatenate the products associated with each company into a single field. My ...
dkay84_PowerBI
Microsoft Employee
9 years agoI have to ask, why do you want to view the data in a concatenated form? From a data modeling and visualization viewpoint it is counterintuitive, unless I'm missing something
sarahhp
9 years agoFrequent Visitor
dkay84_PowerBIJust need a simple table view to share info with another internal team.
- Vvelarde9 years ago
Community Champion
Product List= CONCATENATEX(Table, Table[Product Name],",")
- sarahhp9 years agoFrequent Visitor
Vvelarde That fixed the error but now the results being returned are all products for all the Companies when I create a simple table showing Company and Product List. So I need one further measure that asks Power BI to look at each company, apply the Product List measure and return the results?
Company Product List
Microsoft SQL Server, Crystal Ball, Oracle VM, etc
Oracle SQL Server, Crystal Ball, Oracle VM, etc