[]
Change the Aggregation Method for a Data Field
Use aggregation methods to summarize data in your visualizations (e.g., Sum, Average, Count). By default, Wyn applies Sum to measures and Count to dimensions. You can change the aggregation type for each field to better fit your analysis.
Default Aggregation Methods
Data Type | Default Aggregation | Available Aggregations |
|---|---|---|
Measure | Sum | Sum, Average, Min, Max, Count, Distinct Count, First |
Dimension | Count | Count, Distinct Count |
Apply an Aggregation Method
For a Measure or Dimension
In the Data Binding panel, locate the Values section.
Click the gear icon next to the field name of the data attribute you want to modify.
Select Aggregation Method from the menu.
Choose the method that best fits your needs.

For dimensions, only Count and Distinct Count are available.
If You Choose “First” (for Bubble Maps or Area Maps)
When selecting the First aggregation method:
A First Aggregation Setting dialog appears.
In the Sort By dropdown, select the field used to sort values.
Choose Ascending or Descending in the Sort Order dropdown.
Click OK to apply.
Note: The First aggregation method is only supported for the Color data attribute in Bubble Maps and Area Maps.
Aggregation Method Reference
Method | Description |
|---|---|
Sum | Adds all values in the field. |
Average | Returns the average (mean) of all values. |
Min | Returns the smallest value. |
Max | Returns the largest value. |
Count | Returns the total number of values. |
Distinct Count | Counts only unique values. |
First | Returns the first value in the sorted data (see above). |