Forum Discussion
Beto_Zambom
7 months agoFrequent Visitor
Power BI Azure Map
Hi, I’m trying to create a map in Power BI to display all the machines we have in Australia. We have a column called CompanyAddressLong, which contains the full address, postcode, and city. H...
- 7 months ago
Just a follow up to close this forum. I change to ArcGis map and with the address all points went to the right location. So this was the solution in the end.
krishnakanth240
7 months agoSuper User
Hi Beto_Zambom
Split the address into fields
Create separate columns and set Data Category correctly
CompanyCountryCode → Country/Region
CompanyPostalCode → Postal Code
CompanyCity → City
Then place Country + Postal Code + City in the map (not the long address string)
or
Use Latitude / Longitude (most reliable)
Pre-geocode addresses (Azure Maps, Google, etc.)
Store Latitude / Longitude = we can get these based on city/country from internet if client won't provide us
Use those fields in the map
Please mark it as a solution with headup if this helps you. Thank You!