Aggregate a report on count
-
- UpdatedMay 9, 2025
- 2 minutes to read
- Yokohama
- Reporting
When you create a report, you can aggregate the data on several calculations including the number of records, averages, and standard deviation. The count aggregation gives the number of records in each element of a visualization.
Before you begin
The default aggregation is Count. The Count aggregation shows the number of records selected.
To show only unique records, select Count Distinct. For example, you want to show the value for the distinct number of task types being performed. Task types being performed for multiple customers are counted multiple times unless you use Count Distinct.
These images compare Count and Count Distinct. The first shows that the raw count of for one column is 632. The second shows that the distinct count for the same column is only 8.
Count | Count Distinct |
---|---|
![]() |
![]() |
Procedure
- Navigate to .
- Select the report you want to aggregate.
- On the Configure tab, choose Count or Count Distinct from the Aggregation list.
- Select Run.
Result
The sections of the visualization are grouped by the count of records.