@@ -80,10 +81,16 @@ Grafana 7.2 includes the following transformation enhancements:
- A new [Group By]({{<relref"../panels/transformations.md#group-by">}}) transformation that allows you to group by multiple fields and add any number of aggregations for other fields.
- The [Labels to fields]({{<relref"../panels/transformations.md#labels-to-fields">}}) transformation now allows you to pick one label and use that as the name of the value field.
- You can now move transformations up and down. Remember that transformations are processed in the order they are listed in the UI, so think before you move something!
- You can drag transformations to reorder them. Remember that transformations are processed in the order they are listed in the UI, so think before you move something!
{{<docs-imageboximg="/img/docs/v72/transformations.gif"max-width="800px"caption="Group by and reordering of transformations">}}
## Drag to reorder queries
The up and down arrows, which were previously the only way to change query order, have been removed. Instead, there is now a grab icon that allows you to drag and drop queries in a list to change their order.
{{<docs-imageboximg="/img/docs/v72/drag-queries.gif"max-width="800px"caption="Drag to reorder queries">}}
## Inspect queries in Explore
You can enjoy all the details query inspector gave you in dashboards now in Explore as well. You can open query inspector tab with the button next to query history. See [Query inspector in Explore]({{<relref"../features/explore/index.md#query-inspector">}}) for more details.