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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
jamzar
New Member

IP Geocoding via CSV

Hi,

I am using a function to that goes out to ipinfodb.com and works however it is very slow due (>10 hours) to the mass number of distinict IP addresses that we have in the database.

 

I have downloaded a CSV file that contains the information that the API returns hoping that it will be quicker however I have having troubles.

 

Table 1: (Small Snippet)

IPAddress

2.2.2.2

168.217.146.56

8.8.7.5

203.68.56.2

102.14.56.90

 

Table 2: (Small Snippet)

Start IP               End IP                Country

1.0.0.0                1.0.0.255            Australia

1.0.1.0                1.0.3.255            China

2.0.0.0                2.15.255.255      France

8.7.245.0            8.14.255.255      United States

 

There is no relationship between Table 1 and Table 2.

 

What I would like to happen is to create a new column in Table 1 called "IPCountry" based on:

 

If 'Table 1'[IPAddress] >= 'Table 2'[Start IP] && 'Table 1'[IPAddress] <= 'Table 2'[End IP] then 'Table 2'[Country]

 

I'm at a bit of a loss on how to do this.

 

Any suggestions?

 

Regards

 

Stewy

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

 

I guess this blog post I did, is exactly what you're are looking for:

https://www.minceddata.info/2018/07/27/using-power-query-to-conver-an-ip4-address-into-a-numeric-val...

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
TomMartens
Super User
Super User

Hey,

 

I guess this blog post I did, is exactly what you're are looking for:

https://www.minceddata.info/2018/07/27/using-power-query-to-conver-an-ip4-address-into-a-numeric-val...

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Morning Tom,

After reading your blog, I have been able to fill in the gaps that I was missing and was able to get this working.

 

Thank you so much.

 

Regards

Stewy

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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