Forum Discussion

chrisBLVD's avatar
chrisBLVD
Frequent Visitor
5 years ago
Solved

Forward Geocoding within Power BI

All,

 

New to Power BI and having the following difficulty. I have about a dataset (being pulled from google sheets) of about 140k addresses. I'd like to show these points on either a mapbox or bing maps visual. However, the addresses only include the street address "2314 Main Street", City ("Norfolk"), and State ("Virginia"). 

I've merged these columns to show, for example, "2314 Main Street, Norfolk, VA". However, when I throw this into Bing maps, I'm getting points in other parts of the world as well (inaccurate). This is the primary issue.

I'm wondering if there is a way to use forward geocoding to try and insert the correct latitude and logitide coordinates for each address. This is proving difficult given that i have 140k data points. All addresses, in this case, should reside in Norfolk, VA. 

 

Any help would be great - thanks. 

2 Replies

    • chrisBLVD's avatar
      chrisBLVD
      Frequent Visitor

      mpicca13 Wow thanks! Works great. Only issue now is that the solution takes quite a while to loop through all 140k rows. This is fine for a single run, but running this every time a refresh occurs is bound to take ~12hrs to loop through all data. 

      Do you know of a way to apply this solution to only newly entered data upon refresh? If this requires a new thread, happy to create one.