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 ago
hi. Please try with this measure:
Product List= CONCATENATEX(Table, (Table[Product Name],","))
You can view like you want with a table visual.
Adding CompanyName and Product List.
sarahhp
9 years agoFrequent Visitor
Thanks Victor. I'm getting an error msg - Operator or expression '( )' is not supported in this context. With the outside brackets being highlighted.
Product List= CONCATENATEX(Table, (Table[Product Name],","))