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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Merge Data not picking up appended data

I have a query (Query A) and I appended a query (Query B) to the end of it. In another query (Query C) I am doing a merge to Query A based on a unique identifier in Query A. However, when I do the merge it does not pick up any of the data I appended to Query A from Query B. Any way to get the data from Query B to be pulled by the merge statement from Query C to Query A? Example steps below.

 

Note, that I know I could just do a second merge from Query C to Query B and do some additional calculated steps to get to the same spot but I would prefer not to go that route as the data is quite large and adds additional time to the refresh time.

 

Example layout:

Query A (Database Query):

Project Code | Project Manager

 

Query B (Manual Excel Spreadsheet):

Project Code | Project Manager

 

Append Query B to Query A

 

Query C (Master Table):

Project Code | Merge to Query A to get Project Manager

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

It looks like Query B (Project Code) isn't matching. 

You can examine the data with the newish 'column distribution' , 'column profile' etc features and see what's up with the data( there might be spaces or hidden characters in the field used to merge) so it'll need to be cleaned up.

OR the merge is done with an inner join and there are no matches

View solution in original post

1 REPLY 1
HotChilli
Super User
Super User

It looks like Query B (Project Code) isn't matching. 

You can examine the data with the newish 'column distribution' , 'column profile' etc features and see what's up with the data( there might be spaces or hidden characters in the field used to merge) so it'll need to be cleaned up.

OR the merge is done with an inner join and there are no matches

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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