Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Powerbiuser77
Frequent Visitor

Append queries adds NULL

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.

Appen queries.jpg

 

 

1 ACCEPTED 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

View solution in original post

2 REPLIES 2
artemus
Employee
Employee

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors