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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ExcelMonke
Super User
Super User

Combining two columns into one without Power Query Editor

I need some help with combining two columns into one within my report. I can not use the Power Query Editor for a couple factors, and therefore would like a new column within the same table.

 

This is a sample of what the current table looks like:

Row Number ID1ID2
1123456 
2456789 
3 321456
4  
5 654132
6789456 
7 987456

 

Intended result

Row Number ID1ID2 IDCombined
1123456 123456
2456789 456789
3 321456321456
4   
5 654132654132
6789456 789456
7 987456987456

 

I have tried using the concatenate, union, and addcolumn functions however I keep running into errors, including scalar value issues.

 

Any help is greatly appreciated! 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

Can you not use something like if column2 = blank then column1 else column2? I'm assuming that there's not instances where there might be data in both columns at the same time that you might need to combine

View solution in original post

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

Can you not use something like if column2 = blank then column1 else column2? I'm assuming that there's not instances where there might be data in both columns at the same time that you might need to combine

Sometimes the simplest solutions stare you in the face 🙂  Thank you!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.