Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I want to append three tables with different columns with one row each.
When I append the tables, the rows in the new table are moved and the empty cells are filled with zero. I want to insert all the values in the first line as in the picture.
Can anyone help me.
Solved! Go to Solution.
In Power Query, add a custom column. Just put the name of the table2 query after the '='
This will give you a row like
col1 col2 custom
42739 557... Table
Expand the custom column using the header icon.
You are now 2/3 of the way there.
Add another custom column with the name of the third query, and expand that too
It sounds like your doing an Append, not a Merge. Can you verify you are doing a merget, and include what join kind you are using.
In Power Query, add a custom column. Just put the name of the table2 query after the '='
This will give you a row like
col1 col2 custom
42739 557... Table
Expand the custom column using the header icon.
You are now 2/3 of the way there.
Add another custom column with the name of the third query, and expand that too
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.