Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Concatenate values from a column in multiple rows that have the same User ID value in another column

Please see the image. I have multiple constituents that have more than one Role. I am hoping to combine those values into one row per person as shown at the bottom of the picture. It could be in a new column if needed. Thanks in advance for your assistance. 

 

combine parent roles.jpg

1 ACCEPTED SOLUTION
v-jialluo-msft
Community Support
Community Support

Hi  @Anonymous ,

 

Please follow these steps:
(1) Create a new measure

CONCAT = CONCATENATEX(FILTER(ALL('Table'),'Table'[User ID]=MAX('Table'[User ID])),[Role],",")


(2)Final output

vjialluomsft_0-1671071117980.png

 

Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

@v-jialluo-msft This is perfect! Thank you very much for your help and sharing your knowledge.

v-jialluo-msft
Community Support
Community Support

Hi  @Anonymous ,

 

Please follow these steps:
(1) Create a new measure

CONCAT = CONCATENATEX(FILTER(ALL('Table'),'Table'[User ID]=MAX('Table'[User ID])),[Role],",")


(2)Final output

vjialluomsft_0-1671071117980.png

 

Best Regards,
Gallen Luo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This is awesome. What if I had to match multiple columns in multiple rows?
For eg;
1 unified row  (containing the concatenation you mentioned[POA,POC}) for 2 or more rows having the same values for lets say 3 columns like user id, address, phone.


Thanks in advance!

Hi,

Share data in a format that can be pasted in an MS Excel file and show the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.