Forum Discussion
Editing geo data
Check this article: http://biinsight.com/how-to-overcome-map-related-issues-in-power-bi-power-view-and-power-map/
Hi,
I have the same challenge. European cities were located in the USA.
Solution: Do it without asking Bing. Use just CountryZIP with GPS location.
1. Use the file of global countryZIP, cities and GPS locations (all countries with ZIP, 1,000,000 rows)
https://coronadatasource.org/open-data/geo-data/world-country-zip-codes-country-zip-gps/
2. Filter only country locations which you need (Delete others)
3. Create Country ZIP in your own updated data
format of CountryZIP: charCountryCode & "_" & ZIP
example: SK_01001
4. Connect tables together by CountryZIP
Now my maps are not only totally precise, but are loading definitely faster.
Also I found use other datasets from CDS like dataset of countries, country codes, regions, population and so on...
https://coronadatasource.org/open-data/geo-data/
Please Vote for this solution 🙂