Aggregation Functions
Aggregation refers to the computation of a function across a defined set of facts.
Facts are raw numerical data pulled from the source, which may be of limited value on their own. Examples of facts might include:
- Revenue earned from a sale
- Cost of some item purchased
- Hours worked by one employee
- Number of items shipped in a delivery
Facts are stored with contextual data in a raw form in the datastore. To derive insights from fact data, you must aggregate facts into metrics.
For example, you might sum all of the sales revenue data (the Sales Revenue fact) for the entire country. Or you might slice this aggregation by a specific region of the country:
SELECT SUM(
Sales Revenue
) WHERE
Region
=
West
These aggregations, called metrics, are referenced by name in the What pane of your reports to deliver meaningful insights to your project's users. Metrics can also be referenced within the definitions of other metrics.
The following video will show you how to use Custom Metric Editor to create a simple aggregation metric.
Use the following aggregations to form metrics:
For more information, see GoodData Glossary.
Metrics contain other interesting features. In the previous simple example, the WHERE
clause includes information that defines the range of facts across which the sum is computed. You can also apply any of the following types of operations within a metric definition:
- Arithmetic Operations
- Mathematical Functions
- Running Total Functions
- Statistical Functions
- Rounding and Truncation Functions
- Filtering Data
- Conditional Statements
- Time Transformations
- Rank
- Overriding Report Attributes with BY Keyword
Thank you for your feedback!
Thank you for your feedback!
If you can't find what you need, don't hesitate to send us a comment.
Any questions?
Check out the GoodData community.