Aggregating coordinate-based locations values
If geographic coordinates are available in the data loaded into a marker layer in the map chart, each marker is positioned at its coordinates. But you might not be interested in separate markers; instead an aggregated value representing multiple markers might be of interest.
The most common way to position markers is by geocoding. Then, you can aggregate values by moving up one level in the specified geographic hierarchy. For example, if the columns you use for geocoding are Country > City, you simply remove the "City" column to get a marker representing the aggregated value for all the cities in each country.
If you want to aggregate values for markers positioned using coordinates, first check whether geocoding can be used instead.

Depending on what data you have in your analysis, you might also need to add a geocoding table (from a file or from the library) to get the correct mapping. See Geographic location and geocoding for more information.

However, if no such columns are provided in your data, see the example of a possible solution below.
Example: Aggregating while keeping coordinate positioning on axes


Assume you wish to compare the average price of houses with a sea view, to houses without. Geocoding is not an option, because no column contains geographic names.

The markers are now placed on an average position based on the latitude and longitude for each area type.