Follow me on LinkedIn - AI, GA4, BigQuery

Google Data Studio aggregation is the process of summarizing tabular data.

Tabular data is data that is in the form of a table. Following is an example of tabular data:

Sample table

You can aggregate/summarize tabular data in Google Data Studio by:

  • Calculating the sum/total of all the values of a numeric field.
  • Calculating the average of all the values of a numeric field.
  • Finding the minimum value of a numeric field.
  • Finding the maximum value of a numeric field.
  • Calculating the median of the values of a numeric field.
  • Counting the number of values in a field.
  • Uniquely counting the number of values in a field.
  • Calculating the standard deviation of the values of a numeric field.
  • Calculating variance of the values of a numeric field.

There are three methods through which you can aggregate tabular data in Google Data Studio:

Table of Contents

#1 You can aggregate data via a field’s default aggregation in the data source schema 

default aggregation

The default aggregation determines how that field, by default, is aggregated and displayed in various charts of the report. 

#2 You can change the aggregation for a particular field in the report editor

chart aggregation
chart aggregation 1

The aggregation method changed via report editor can override the default aggregation and apply a different one to the field on a chart. 

#3 You can use specific aggregation functions within a calculated field formula to create a new aggregated field

Count distinct

Here, COUNT_DISTINCT is an aggregation function used with a calculated field formula to create a new aggregated field called ‘Total number of customers’.

Default Aggregation

The default aggregation determines how a field, by default, is aggregated and displayed in one or more charts of a report. 

You can apply the following default aggregations to fields in your data source schema:

default aggregation 1
  1. None – Use this aggregation type when you don’t want to apply any aggregation to a data source field.
  2. Sum – Use this aggregation type when you want a numeric field to be aggregated and displayed (in one or more charts of a report) by default, as the sum of all of the values of the field.
  3. Average – Use this aggregation type when you want a numeric field to be aggregated and displayed (in one or more charts of a report) by default, as the average of all of the values of the field.
  4. Count – Use this aggregation type when you want a field to be aggregated and displayed by default, as the total count of all of the values of the field.
  5. Count distinct – Use this aggregation type when you want a field to be aggregated and displayed by default, as the total count of all of the unique values of the field.
  6. Min – Use this aggregation type when you want a numeric field to be aggregated and displayed by default, as the minimum value of the field.
  7. Max – Use this aggregation type when you want a numeric field to be aggregated and displayed by default, as the maximum value of the field.
  8. Median –  Use this aggregation type when you want a numeric field to be aggregated and displayed by default, as the median value of the field. A median is a middle number in the sorted list of numbers.
  9. Standard Deviation – Use this aggregation type when you want a numeric field to be aggregated and displayed by default, as the standard deviation of the values of the field. The standard deviation is a measure of the amount of variation of a set of values.
  10. Variance – Use this aggregation type when you want a numeric field to be aggregated and displayed by default, as the variance of the values of the field. The variance measures how far a set of numbers are spread out from their average value.

Auto Aggregation

The data source fields that are already aggregated have the default aggregation of ‘auto’ and you can not change the aggregation methods of such field. 

Data Sources like Google Analytics and Google Ads show ‘None’ as the only available aggregation type for most dimensions and  ‘Auto’ as the only available aggregation type for most metrics. And you can not change the aggregation methods of such fields:

GA aggregation

A calculated field that uses an aggregation function in its formula becomes a pre-aggregated field. Therefore its default aggregation is set to ‘auto’ which can not be changed. 

calculated field aggregation
  1. Google Data Studio Tutorial.
  2. How to Change Language in Google Data Studio.
  3. Google Data Studio Report Tutorial.
  4. How to work with Boolean field in Google Data Studio.
  5. How to use Google Data Studio with Google Sheets.
  6. Stop Using Page Titles in GA4 & Google Data Studio Reports.
  7. Google Data Studio Geo Map – Latitude Longitude.
  8. Google Data Studio Data Sources – Tutorial.
  9. Guide to Data Types in Google Data Studio.
  10. Google Data Studio Date Format and Time Explained.
  11. Working with Numeric Data Types in Google Data Studio.
  12. How to embed Google Data Studio report on a website.
  13. The Data Set Configuration Error in Google Data Studio.
  14. Google Data Studio Aggregation Explained.
  15. Google Data Studio Calculated Fields Tutorial.
  16. Google Data Studio Functions, Formulas Tutorial.
  17. Google Data Studio Page Navigation Tutorial.
  18. Google Data Studio Image function.
  19. Avoid Using Functions and Calculated Fields in Google Data Studio.
  20. Data Source Fields in Google Data Studio.