Forum Discussion
anmolmalviya05
9 months agoSuper User
Issue with Azure Map visual
Hi Team, I recently switched from bing map to azure map and i have postal code city name and state column, all the values are correct (for example I have data for a city in US then i checked on googl...
- 9 months ago
- Add a Country column (e.g., "USA") and set its data category to Country or Region.
- Create a single Location column like "City, State PostalCode, Country" and set it as Place or Address.
- Avoid using Postal Code alone—it can confuse Azure Maps.
- Double-check data categories in Model view: City, State, Postal Code, Country.
Location = [City] & ", " & [State] & " " & [PostalCode] & ", USA"
v-venuppu
9 months agoCommunity Support
Hi anmolmalviya05 ,
May I ask if you have resolved this issue? Please let us know if you have any further issues, we are happy to help.If not,please share the requested details.
Thank you.