Add support for dashboard variables in transformations to cloud what's new (#76477)

* Add support for dashboard variables in transformations

* Fixed version syntax

* added whitespace

* Added release date

* Fixed linting errors
This commit is contained in:
Isabel
2023-10-13 09:08:49 -04:00
committed by GitHub
parent d18766e88b
commit 939b311b8e
@@ -18,6 +18,21 @@ weight: -37
Welcome to Grafana Cloud! Read on to learn about the newest changes to Grafana Cloud.
## Support for dashboard variables in transformations
<!-- Oscar Kilhed, Victor Marin -->
<!-- already in on-prem -->
October 24, 2023
_Experimental in Grafana Cloud_
Previously, the only transformation that supported [dashboard variables](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/dashboards/variables/) was the **Add field from calculation** transformation. We've now extended the support for variables to the **Filter by value**, **Create heatmap**, **Histogram**, **Sort by**, **Limit**, **Filter by name**, and **Join by field** transformations.
We've also made it easier to find the correct dashboard variable by displaying available variables in the fields that support them, either in the drop-down or as a suggestion when you type **$** or press Ctrl + Space:
{{< figure src="/media/docs/grafana/transformations/completion.png" caption="Input with dashboard variable suggestions" >}}
## Role mapping support for Google OIDC
<!-- Jo Guerreiro -->