logo
Documents & Forms
Microsoft 365 & SharePoint Tools
Classic SharePoint Tools

Markers on a map

Dashboard

dd-mapmarkers-1-1

Data

dd-mapmarkers-2

Configuration

Customers’ locations on a map​​

​​​Displays locations of customers as markers on the map.

Data Source

  • SharePoint List
    List: Customers
    Fields: Company, Latitude, Longitude​
    Rows: 200

  • Aggregation:
    Group by: Company

    As you can see the location field doesn’t exists in the data source. We assign it in the JavaScript code in the advanced panel (see below).

    Aggregations:
    Latitude = min of Latitude
    Longitude = min of Longitude
    Company = min of Company

Dashboard

  • Chart
    Map with markers
    Latitude: Latitude​
    Longitude: Longitude
    Title: Company

  • Style
    Size: 100% x 600

    Width x height dimensions of the map. Default units is px.