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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Eng-mohd
Helper I
Helper I

undefined

Combine two columns

Data like in pic

 

Desire column

1000080927.jpg

1 ACCEPTED SOLUTION
DallasBaba
Skilled Sharer
Skilled Sharer

@Eng-mohd 

This is the Power BI Solution using DAX.

DallasBaba_0-1704957812179.png


You can archive this in the Power Query editor.

 Duplicate the Columns you want to merge

1 - Select the two columns

2- Roght click & select Merge Columns OR use the Ribbon tab as shown in the below image

DallasBaba_1-1704958411317.png

If this post helps, please consider Accepting it as the solution to help others find it more quickly. 
 
Thanks
Thanks
Dallas

View solution in original post

3 REPLIES 3
DallasBaba
Skilled Sharer
Skilled Sharer

@Eng-mohd 

This is the Power BI Solution using DAX.

DallasBaba_0-1704957812179.png


You can archive this in the Power Query editor.

 Duplicate the Columns you want to merge

1 - Select the two columns

2- Roght click & select Merge Columns OR use the Ribbon tab as shown in the below image

DallasBaba_1-1704958411317.png

If this post helps, please consider Accepting it as the solution to help others find it more quickly. 
 
Thanks
Thanks
Dallas
DallasBaba
Skilled Sharer
Skilled Sharer

@Eng-mohd You can use this Dax for the new calculated column

 

Combined = TableName[No] & " " & TableName[Name]

 

Let me know if this works for you. @ me in replies, or I'll lose your thread!!!  


Note: 

If this post helps, please consider Accepting it as the solution to help others find it more quickly. 
 
Thanks
Thanks
Dallas

1000080934.jpg

 this is the error

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors