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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Using Concatenate, Merge or Combine multiple rows into one value

Please help.... so I have items with simlar names example 100-233-5-A & 100-233-5-B under the same column and I am trying to get them together in one row. They do have the same parent from a diffent table and I just cant get this to work. I did RELATED(table2[parent]) to move over the parent names and for item names it shows up as seprete lines for A & B. I would like to also clarify that they were alays two seprete line but I need them to print as one.

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

@Anonymous 

You can place [Parent] column from table2 in table visual along with the following measure 

Items = CONCATENATEX ( VALUES ( table1[Item] ), table1[Item], ", " )

View solution in original post

5 REPLIES 5
tamerj1
Super User
Super User

@Anonymous 

You can place [Parent] column from table2 in table visual along with the following measure 

Items = CONCATENATEX ( VALUES ( table1[Item] ), table1[Item], ", " )

tamerj1
Super User
Super User

Hi @Anonymous 

Can you please clarify what exactly you mean by "move over"?

Anonymous
Not applicable

sure I did RELATED(table2[parent]) to put the parent names on to table 1.

@Anonymous 

You can only add columns to an existing table. You can't edit or change the structure of an existing table. 
You can achieve your expected result using a table visual or a calculated table. Which option would you go for?

Anonymous
Not applicable

I would like table visual please.

 

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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

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