Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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?
Solved! Go to Solution.
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!
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!
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.