Forum Discussion
Issue with Azure Map visual
- 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"
- 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"