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 ...
Vvelarde
Community Champion
9 years agoProduct List= CONCATENATEX(Table, Table[Product Name],",")
sarahhp
9 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
- Vvelarde9 years ago
Community Champion
- dkay84_PowerBI9 years ago
Microsoft Employee
Why not just use the matrix visual?
If possible, I would just use the query editor to pivot the data and then merge the product columns