Docs Menu

Docs HomeView & Analyze DataAtlas Charts

Create a Single-Series Chart with Multiple Aggregations

You can create a single-series chart that contains multiple aggregated values. These aggregated values can be from either the same field or different fields in your data source. Use this functionality to visualize multiple aggregated values without grouping your data into categories.

You can include multiple aggregations in your single-series chart on the following chart types:

To create a single-series chart that contains multiple aggregated values:

1
2
3

Note

You can reuse the same field in multiple Aggregation encoding channels to perform different aggregations on the same field.

4
5
  • When you encode multiple aggregation fields, the Series encoding channel is disabled.

  • When you create a single-series chart with only aggregated values, each aggregated value is treated as its own category. If you encode a Category field in addition to your aggregation fields, the aggregated values become series (instead of categories). To learn more, see Map Multiple Fields to a Single Axis.

The following chart uses the Sample Data: Movies data source to show the mean IMDB and Rotten Tomatoes ratings across all movies.

Movie Ratings Multiseries Chart
click to enlarge

The chart contains two aggregation encoding channels:

  • Mean imdb.rating

  • Mean tomatoes.rating

Since no field is applied to the category encoding channel, the chart shows the mean ratings across all movies, irrespective of any categorical grouping.

←  Apply a Suggested ChartCreate a Multi-Series Chart →