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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

How to merge two tables with different countries, country names and country codes in Power BI?

I have a little problem in Power BI. Having the following two simplified tables, I would like to merge them in order to have population and land area of the countries listed in the first table which are also listed in the second table.

 

However, the problem is, that the country names and country codes differ in both tables, e.g., The United States/ United States of America and USA/ US. Therefore, in Power BI, when clicking on merging, I cannot choose a column which both tables have in common and inserting an index column does also not help.

 

That is, given are the following two tables:

 

Country CodePopulation 2021
AndorraAND77354
United States of AmericaUSA331893745
FranceFRA547557

 

CountryCodeLand area 2021
AndorraAD470
United StatesUS9147420
SpainES499603479


And the table I would like to produce is:

 

CountryPopulation 2021Land area 2021
Andorra 77354470
United States of America3318937459147420

 

I am new in Power BI and do not see a solution right now.

2 REPLIES 2
ddpl
Solution Sage
Solution Sage

@Anonymous 

 

There is one way in power query,

 

bin14.png

 

You can merge the table by either Country or Code or both as marked in above image,

 

Tick-marked the Fuzzy Matching option...

After that add range between 0.0 to 1.0 in Similarity threshold, which is basically how many percentage you want to match the selected columns.

 

In that box you have to try different figures to get maximum matching rows.

------------------------------------------------------------------------------------------------------------------------------

 

Or you can fetch the data from public page like Wikipedia in which country names are same and you can proceed merging.

 

 

Hope this will work for you.

 

Idk how to do it

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors