Forum Discussion
Power BI Azure Map
- 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.
Hi AshokKunwar
I did all you asked for:
1. CompanyCountryCode -> Contry/Region
2. CompanyCity -> City
3. CompanyPostalCode -> Postal Code
Create also Geographic Hierarchy
Also the new column MapAddress
MapAddress = 'FactDataTotalSprayers'[CompanyAddressLong] & ", Australia"
The map a little bit better, but now 3 points still on US and 1 in Europe:
The interesting is this data set, with all other countries (I just have a part of the data only australia) do not have that error when they add the CompanyAddressLong.
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.