Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi.
This might be simple, but I don't know how to do this.
I have two facttables with similar data where I want data from one table to be inserted in the other. When I do a merge the columns is added, but I don't want more columns. The two tables consists of four columns; Article, Date, UnitInStock, FullCost. So I would like to merge all rows into one table in the Query Editor.
Solved! Go to Solution.
@Tormod_GK Instead of Merge use Append Queries and make sure column names are same in both the tables.
@Tormod_GK Instead of Merge use Append Queries and make sure column names are same in both the tables.
Thanx! I did try append queries, but the clue here (as you mentioned) was to rename the columns so they were the same.