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
rollingzep
Regular Visitor

append two columns from the same table

Hi,

 

On my table, TBL1, I have two fields, ISIP_ID and ISIN_ID. I need to combine them into a single column CUSIP_ID while eliminating the duplicates and blanks. If I add a new column, how do I do the append?

 

TIA

5 REPLIES 5
serpiva64
Solution Sage
Solution Sage

Hi,

can you post some sample data?

Syk
Super User
Super User

Select the 2 columns you'd like to combine > right click one of them > Merge columns

Syk_0-1676995695573.png

 

A quick note.. If you want to keep your original 2 columns, navigate to the Add Column tab > Select columns > Merge Columns in the ribbon

Syk_1-1676995829117.png

 

I don't want to merge, I need to append. I do not need something like lastname, firstname. I need it as one below the other. I need col B values below col A.

 

rollingzep_0-1676997084807.png

 

Hi,

I tried to do this way and it functions (in my case)

- Duplicate your table

- in the duplicated table rename ISIP_ID as ISIN_ID and viceversa

- then append as a new query

serpiva64_0-1676999235883.png

- remove duplicates

serpiva64_1-1676999269875.png

If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors