Forum Discussion

anmolmalviya05's avatar
anmolmalviya05
Super User
9 months ago
Solved

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...
  • Shahid12523's avatar
    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"