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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
arikofather
Helper I
Helper I

Merge Columns from two tables into same column in master table

 

I have two Tables:  Master and Mapping  as below:

 

Master    
 Company NameLocation 
 A Houston 
 B Dallas 
    
 D   
     
Mapping    
 Company NameLocation 
  Austin 
 D San Antonio 
     
Result    
Master     
 Company Name Location 
 A Houston 
 B Dallas 
  Austin 
 D San Antonio 
     

 

Using Query editor I wany to update Location column in table Master with Location in table Mapping where Company Name and Location exist in table Mapping.    Bear in mind there are hundreds of rows in my live tables.   These are just samples.

 

Is this possible in Query editor and how?

 

 

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @arikofather 

 

In the query editor merge Master with Mapping on Location columns from both.

danextian_0-1736831236337.png

After expanding add another column to coalesce between the two columns. The custom column will return the first non-null value so if you want Location from Mapping takes precedence, it should be the first column.

danextian_1-1736831273531.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

1 REPLY 1
danextian
Super User
Super User

Hi @arikofather 

 

In the query editor merge Master with Mapping on Location columns from both.

danextian_0-1736831236337.png

After expanding add another column to coalesce between the two columns. The custom column will return the first non-null value so if you want Location from Mapping takes precedence, it should be the first column.

danextian_1-1736831273531.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.