@@ -61,13 +61,19 @@ Transformations are available from the Transform tab in the bottom pane of the p
Grafana comes with the following transformations:
-[Reduce](#reduce) - Reduce all rows or data points to a single value using a function like max, min, mean, or last.
- Filter by name - Filter a result set’s fields by name. This might be useful when you want to show only part of your result set.
- Filter by query - Filter a result set by the refId of the query. This might be useful when your result set consists of multiple time series and you want to show only some of them.
- Organize fields - Order, filter, and rename the fields in a result set. This transformation is useful when your result set contains for instance non human-readable field names or when - you want to display a table and alter the order of the columns.
- Join by field - Join multiple time series from a result set by field.
- Add field from calculation - Create new fields that are the result of result set row calculation.
- Labels to fields - Group a series by time and return labels as fields.