Forum Discussion

inglexjc's avatar
inglexjc
Icon for Post Patron rankPost Patron
1 year ago
Solved

Missing address in Map visual

This visual use to show all addresses in the data table, but now it's only showing 6 of the 66 addresses.     I searched an address that is not showing a yellow dot in the map and it finds it...
  • Ilgar_Zarbali's avatar
    1 year ago

    This typically happens in ArcGIS for Power BI or the standard Power BI map visuals when some addresses fail to plot, even though they are searchable individually.

     

    • Check your data
    1. Make sure all 66 addresses are present in your table and not filtered by a slicer, page filter, or visual-level filter.
    2. Look for extra spaces, spelling inconsistencies, or duplicates — clean your address column in Power Query if needed.
    • Validate geocoding

    - Sometimes ArcGIS stops plotting certain addresses if:

    1. The format is inconsistent (missing city/state/ZIP).
    2. The location type isn’t fully recognized (e.g., abbreviations like "St" vs "Street").

    - Try standardizing addresses, e.g.:
    5619 W 16TH ST, GREELEY, CO 80634

     

    • Check location settings

    - In the Fields pane, ensure the data category is set correctly:

    1. Address = Address
    2. Or, if you have coordinates, use Latitude and Longitude fields for better accuracy.

     

    • Data limit or rendering issue
    1. Some visuals (like ArcGIS Maps for Power BI) limit rendering by default, often around 3,500 points, but your count (66) is low, so this usually points to a data mismatch instead.
    2. Refresh the dataset or clear your browser cache if it’s a cached rendering glitch.

     

    • Test in a new visual

    - Add a fresh ArcGIS visual or even a basic Map visual to see if the missing addresses plot correctly there.

    1. If they do, the issue is with the visual settings in your original map.

     

    • Check filters and layers
    1. In your screenshot, only two layers are present. Ensure your address layer is visible and not filtered.
    2. Use the zoom out option — sometimes addresses plot but are hidden due to map scale or clustering.
    • Re-run the geocode
    1. If addresses still don’t appear, copy them into a separate file, import again, and let the map geocode them fresh.

     

    I hope it will help