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! Learn more

Reply
Hopeisgood1
Resolver I
Resolver I

Append 2 tables and then rid of duplicates

Hi I have an Incidents table that needs to be appended in INC table and then remove the duplicates. I tried several steps and I am not doing this right 🙄 Incidents table has a little over 12K rows and I am not sure if that is an issue or what?

 

Hopeisgood1_0-1731355338511.png

 

1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @Hopeisgood1 

 

For append opertion you need to have
1)same number of column and 
2)the sequence of column should be name and
3)Column names should be same 

4)Data type should be same

 

 

Then only appned will perform correctly.

chec this video for append query

https://www.youtube.com/watch?v=1cPtk-8iK0k

 

Issue with remove duplicate check this video

https://www.youtube.com/watch?v=VvsQrlOHHWQ 

 

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

4 REPLIES 4
Uzi2019
Super User
Super User

Hi @Hopeisgood1 

 

For append opertion you need to have
1)same number of column and 
2)the sequence of column should be name and
3)Column names should be same 

4)Data type should be same

 

 

Then only appned will perform correctly.

chec this video for append query

https://www.youtube.com/watch?v=1cPtk-8iK0k

 

Issue with remove duplicate check this video

https://www.youtube.com/watch?v=VvsQrlOHHWQ 

 

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Thank you - there was an apparent issue with one of the columns that was blocking the append. Fixed that and it's all good now. 

 

 

vicky_
Super User
Super User

vicky__1-1731360523823.png

 

The options for append queries and remove duplicates are both in the header under "Home". Tables of 12k or so should not be an issue for Power Query to handle, provided that you have got a reasonable number of columns. 

Thank you - there was an apparent issue with one of the columns that was blocking the appending. Fixed it. 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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