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, that is, switch to Name-based (geocoding) in the Properties, the Geographic location section. However, this option requires that columns with geographical names are provided. If no such columns are provided, see the example of a possible solution below.
Example


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

Note the labels have been specified to show the average price. You specify labels in the Labels section in the Properties.