Forum Discussion
Otil
10 years agoFrequent Visitor
Editing geo data
I have a dataset including a variable with adressses on several danish companies. Power BI converts thes beatifully to geo data and makes it possible to show a map with the locations. However I have ...
ankitpatira
10 years agoCommunity Champion
Otil Using process called geo-coding you can convert from address to their corresponding latitude and longtiude values and then use those in power bi. Using lat long means you always get correct spot in power bi. You can convert address to lat long manually outside power bi or check out this article on how to use bing maps api (or you can use any other service that provides those api) to convert address to lat long in power bi.