<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Create dashboards on Grafana Labs</title><link>https://grafana.com/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/</link><description>Recent content in Create dashboards on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/index.xml" rel="self" type="application/rss+xml"/><item><title>Dashboard controls</title><link>https://grafana.com/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-controls/</link><pubDate>Tue, 14 Apr 2026 14:59:56 +0000</pubDate><guid>https://grafana.com/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-controls/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-controls&#34;&gt;Dashboard controls&lt;/h1&gt;
&lt;p&gt;In the &lt;strong&gt;Dashboard controls&lt;/strong&gt; section of the sidebar, you can add variables, annotation queries, dashboard links, and controls to filter and group data, without leaving the dashboard.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 400px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard controls in the Dashboard options sidebar view&#34;width=&#34;1100&#34;height=&#34;1530&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-v13.0.png&#34;
            alt=&#34;Dashboard controls in the Dashboard options sidebar view&#34;width=&#34;1100&#34;height=&#34;1530&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h2 id=&#34;filter-and-group-by&#34;&gt;Filter and group by&lt;/h2&gt;
&lt;!-- vale Grafana.Spelling = NO --&gt;


&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;Filter and group by is currently in public preview.
Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.&lt;/p&gt;
&lt;p&gt;This feature renames the &lt;strong&gt;Filters&lt;/strong&gt; variable (formerly ad hoc filter) to &lt;strong&gt;Filter and Group by&lt;/strong&gt; and extends it by adding grouping for Prometheus and Loki data sources.
However, in the dashboard schema, it is still referred to as &lt;code&gt;&amp;quot;kind&amp;quot;: &amp;quot;AdhocVariable&amp;quot;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;To use this feature, enable the &lt;code&gt;dashboardUnifiedDrilldownControls&lt;/code&gt; feature toggle in your Grafana configuration file.&lt;/p&gt;
&lt;p&gt;For information on the generally available filters experience, refer to the 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/add-template-variables/#add-ad-hoc-filters&#34;&gt;Variables documentation&lt;/a&gt;.
While that documentation reflects the generally available experience, the information applies to the filter and group by feature as well.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;!-- vale Grafana.Spelling = YES --&gt;
&lt;p&gt;The filter and group by is one of the most complex and flexible variable options available.
Instead of creating a variable for each dimension by which you want to filter, they automatically query your data source for available dimensions and let users add or remove filters and groupings on the dashboard dynamically.
This allows you to quickly apply filters dashboard-wide.&lt;/p&gt;
&lt;p&gt;The group by function allows you to then group data by keys, letting you split it up.
Group by is typically used with aggregation queries, such as &lt;code&gt;sum(your_metric_here)&lt;/code&gt;, to split aggregated results by the selected dimensions.
Then, you can use filters within panels to filter data in or out, drilling down further into the data.&lt;/p&gt;
&lt;p&gt;The filter and group by feature lets you add label/value filters that are automatically added to all queries that use the specified data source.
Unlike other variables, you don&amp;rsquo;t use these filters in queries.
Instead, you use them to write filters for existing queries.&lt;/p&gt;
&lt;p&gt;The following data sources support filters.
Data sources with an asterisk also support group by:&lt;/p&gt;
&lt;div class=&#34;column-list&#34;&gt;
  &lt;ul&gt;
&lt;li&gt;Prometheus*&lt;/li&gt;
&lt;li&gt;Loki*&lt;/li&gt;
&lt;li&gt;InfluxDB&lt;/li&gt;
&lt;li&gt;Elasticsearch&lt;/li&gt;
&lt;li&gt;OpenSearch.&lt;/li&gt;
&lt;li&gt;Special Dashboard data source - Use this to 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/add-template-variables/#filter-any-data-using-the-dashboard-data-source&#34;&gt;apply filters to data from unsupported data sources&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;h3 id=&#34;add-a-filter-and-group-by&#34;&gt;Add a filter and group by&lt;/h3&gt;
&lt;p&gt;To add a filter and group by, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the dashboard you want to update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign).
. Click &lt;strong&gt;Filter and Group by&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter a &lt;strong&gt;Name&lt;/strong&gt; for the filter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) In the &lt;strong&gt;Label&lt;/strong&gt; field, enter the display name for the filter drop-down list.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t enter a display name, then the drop-down list label is the filter name.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) In the &lt;strong&gt;Description&lt;/strong&gt; field, enter a description of the filter. The description appears as an info icon tooltip next to the filter name on the dashboard.&lt;/p&gt;
&lt;p&gt;Descriptions support links. You can use Markdown-style links (&lt;code&gt;[link text](https://example.com)&lt;/code&gt;) or paste bare URLs (&lt;code&gt;https://example.com&lt;/code&gt;). Only &lt;code&gt;http&lt;/code&gt; and &lt;code&gt;https&lt;/code&gt; URLs are rendered as clickable links—other protocols are displayed as plain text.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Choose a &lt;strong&gt;Display&lt;/strong&gt; option:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Above dashboard&lt;/strong&gt; - The filter drop-down list displays above the dashboard with the filter &lt;strong&gt;Name&lt;/strong&gt; or &lt;strong&gt;Label&lt;/strong&gt; value. This is the default.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Above dashboard, label hidden&lt;/strong&gt; - The filter drop-down list displays above the dashboard, but without showing the name of the filter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Controls menu&lt;/strong&gt; - The filter is displayed in the dashboard controls menu instead of above the dashboard. The dashboard controls menu appears as a button in the dashboard toolbar.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hidden&lt;/strong&gt; - No filter drop-down list is displayed on the dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under the &lt;strong&gt;Filter options&lt;/strong&gt; section of the page, set the following options:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Option&lt;/th&gt;
              &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Data source&lt;/td&gt;
              &lt;td&gt;Select a target data source in the drop-down list. You can also click &lt;strong&gt;Open advanced data source picker&lt;/strong&gt; to see more options, including adding a data source (Admins only). For more information about data sources, refer to &lt;a href=&#34;/docs/grafana-cloud/connect-externally-hosted/data-sources/&#34;&gt;Add a data source&lt;/a&gt;.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Default filters&lt;/td&gt;
              &lt;td&gt;Set a default key/value pair. Optional. In the dashboard filter control, the default value is indicated with an information icon.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Enable group by&lt;/td&gt;
              &lt;td&gt;This option only appears if you selected a Prometheus or Loki data source. Toggle the switch on to enable data grouping.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Default group by&lt;/td&gt;
              &lt;td&gt;Set a default key for the dashboard. Optional. In the dashboard filter control, the default value is indicated with an information icon.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Use static key dimensions&lt;/td&gt;
              &lt;td&gt;To provide the filter dimensions as comma-separated values (CSV), toggle the switch on, and then enter the values in the space provided. Optional.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Allow custom values&lt;/td&gt;
              &lt;td&gt;Toggle the switch on to allow dashboard users to add custom values to the filter and group by lists. Optional.&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter an optional description of your dashboard changes, and then click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now you can filter and group data on the dashboard.&lt;/p&gt;
&lt;p&gt;You can remove and reset default filters and groupings, and see your recent ones:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 500px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1260&#34;height=&#34;244&#34;title=&#34;Reset default filters and group by selections&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-reset-default-v13.0.png&#34;
            alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1260&#34;height=&#34;244&#34;title=&#34;Reset default filters and group by selections&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Reset default filters and group by selections&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 500px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/media/docs/grafana/screenshot-filters-group-recent-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/media/docs/grafana/screenshot-filters-group-recent-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=320 320w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=550 550w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=750 750w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=900 900w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=1040 1040w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=1240 1240w, /media/docs/grafana/screenshot-filters-group-recent-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1380&#34;height=&#34;304&#34;title=&#34;Recent filter and group by settings&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/screenshot-filters-group-recent-v13.0.png&#34;
            alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1380&#34;height=&#34;304&#34;title=&#34;Recent filter and group by settings&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Recent filter and group by settings&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;To see every active filter and grouping across the dashboard all at once, click the filter icon in the toolbar to open an overview.
The overview lets you see your current filters and group by selections, search for specific keys, and adjust them without scrolling through the dashboard controls:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 500px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/screenshot-filters-overview-v12.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/screenshot-filters-overview-v12.0.png&#34;data-srcset=&#34;/media/docs/grafana/screenshot-filters-overview-v12.0.png?w=320 320w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=550 550w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=750 750w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=900 900w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=1040 1040w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=1240 1240w, /media/docs/grafana/screenshot-filters-overview-v12.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1144&#34;height=&#34;1214&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/screenshot-filters-overview-v12.0.png&#34;
            alt=&#34;Dashboard with the filters and group by selections&#34;width=&#34;1144&#34;height=&#34;1214&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Add an operator and value for a key to add it as a filter or select the &lt;strong&gt;Group by&lt;/strong&gt; checkbox to set a group by key.
You can use a key for both a filter and a group by.&lt;/p&gt;
&lt;h3 id=&#34;group-and-filter-from-the-panel&#34;&gt;Group and filter from the panel&lt;/h3&gt;
&lt;p&gt;When the &lt;strong&gt;Group by&lt;/strong&gt; switch is toggled on, you can also set a group by from a panel rather than from the dashboard-level control.
Hover the cursor over any panel using the data source of the filter to show the &lt;strong&gt;Group by&lt;/strong&gt; selector:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 550px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Group by control on a panel&#34;width=&#34;1408&#34;height=&#34;646&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-panel-groupby-v13.0.png&#34;
            alt=&#34;Group by control on a panel&#34;width=&#34;1408&#34;height=&#34;646&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;This can be helpful when you&amp;rsquo;re working with a panel that&amp;rsquo;s far away from the dashboard controls.
Your selection is applied to the all the panels in the dashboard with the same data source.&lt;/p&gt;
&lt;p&gt;You can also further filter a time series panel, which allows you to drill down further into your data.
After setting your group by and splitting your data, click on a series in a panel and click &lt;code&gt;Filter on this value&lt;/code&gt; or &lt;code&gt;Filter out this value&lt;/code&gt; which will filter by the labels found on that series, which are related to the set group by values.&lt;/p&gt;
&lt;p&gt;To enable this functionality, you need to add one or more overrides for the panel.
In the following example, the override:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Adds a regular expression, so that all fields are filterable&lt;/li&gt;
&lt;li&gt;Enables the &lt;strong&gt;Ad-hoc filterable&lt;/strong&gt; switch&lt;/li&gt;
&lt;/ul&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 400px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Field override making all fields filterable&#34;width=&#34;934&#34;height=&#34;538&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-panel-filter-override-v13.0.png&#34;
            alt=&#34;Field override making all fields filterable&#34;width=&#34;934&#34;height=&#34;538&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;However, you can create overrides to address specific fields.
You can also do this programmatically by returning the data frame with the appropriate &lt;code&gt;filterable&lt;/code&gt; property on the desired fields.&lt;/p&gt;
&lt;p&gt;With the override in place, you can click a series on a time series panel and filter it in or out.
The new filter is shown in the dashboard filter control and the it&amp;rsquo;s applied to the whole dashboard.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 675px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Panel with tooltip open showing options to filter on a value or filter it out&#34;width=&#34;1660&#34;height=&#34;648&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-panel-filters-v13.0.png&#34;
            alt=&#34;Panel with tooltip open showing options to filter on a value or filter it out&#34;width=&#34;1660&#34;height=&#34;648&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h2 id=&#34;add-variables&#34;&gt;Add variables&lt;/h2&gt;
&lt;p&gt;To add a variable, follow these steps:&lt;/p&gt;
&lt;ol&gt;
    
&lt;li&gt;Navigate to the dashboard you want to update.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;&#43; Add variable&lt;/strong&gt; at the top of the dashboard or click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign) and select &lt;strong&gt;Variable&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Choose a variable type from the list.&lt;/li&gt;


&lt;li&gt;
&lt;p&gt;Enter a &lt;strong&gt;Name&lt;/strong&gt; for the variable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) In the &lt;strong&gt;Label&lt;/strong&gt; field, enter the display name for the variable drop-down list.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t enter a display name, then the drop-down list label is the variable name.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) In the &lt;strong&gt;Description&lt;/strong&gt; field, enter a description of the variable. The description appears as an info icon tooltip next to the variable name on the dashboard.&lt;/p&gt;
&lt;p&gt;Descriptions support links. You can use Markdown-style links (&lt;code&gt;[link text](https://example.com)&lt;/code&gt;) or paste bare URLs (&lt;code&gt;https://example.com&lt;/code&gt;). Only &lt;code&gt;http&lt;/code&gt; and &lt;code&gt;https&lt;/code&gt; URLs are rendered as clickable links — other protocols are displayed as plain text.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Choose a &lt;strong&gt;Display&lt;/strong&gt; option:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Above dashboard&lt;/strong&gt; - The variable drop-down list displays above the dashboard with the variable &lt;strong&gt;Name&lt;/strong&gt; or &lt;strong&gt;Label&lt;/strong&gt; value. This is the default.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Above dashboard, label hidden&lt;/strong&gt; - The variable drop-down list displays above the dashboard, but without showing the name of the variable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Controls menu&lt;/strong&gt; - The variable is displayed in the dashboard controls menu instead of above the dashboard. The dashboard controls menu appears as a button in the dashboard toolbar.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hidden&lt;/strong&gt; - No variable drop-down list is displayed on the dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;


&lt;li&gt;Complete the variable configuration. For more detailed configuration information, click the one of the following links to complete the steps for adding your selected variable type:&lt;/li&gt;

&lt;div class=&#34;column-list&#34;&gt;
  &lt;ul&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-query-variable&#34;&gt;Query&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-custom-variable&#34;&gt;Custom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-text-box-variable&#34;&gt;Textbox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-constant-variable&#34;&gt;Constant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-data-source-variable&#34;&gt;Data source&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-an-interval-variable&#34;&gt;Interval&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/#add-a-switch-variable&#34;&gt;Switch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;


&lt;/ol&gt;

&lt;p&gt;For more detailed information on variables, refer to the full 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/variables/add-template-variables/&#34;&gt;Variables documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;add-annotation-queries&#34;&gt;Add annotation queries&lt;/h2&gt;
&lt;p&gt;To add an annotation query, follow these steps:&lt;/p&gt;
&lt;ol&gt;
    
&lt;li&gt;
&lt;p&gt;Navigate to the dashboard you want to update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Annotation query&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter a name for the annotation query.&lt;/p&gt;
&lt;p&gt;This name is given to the toggle that allows you to enable/disable showing annotation events from this query.&lt;/p&gt;
&lt;/li&gt;


&lt;li&gt;
&lt;p&gt;If you don&amp;rsquo;t want to use the annotation query right away, clear the &lt;strong&gt;Enabled&lt;/strong&gt; checkbox.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select a color for the event markers.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select one of the following options in the &lt;strong&gt;Show annotation controls in&lt;/strong&gt; drop-down list to control where annotations are displayed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Above dashboard&lt;/strong&gt; - The annotation toggle is displayed above the dashboard. This is the default.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Controls menu&lt;/strong&gt; - The annotation toggle is displayed in the dashboard controls menu instead of above the dashboard. The dashboard controls menu appears as a button in the dashboard toolbar.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hidden&lt;/strong&gt; - The annotation toggle is not displayed on the dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Show in&lt;/strong&gt; drop-down, choose one of the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;All panels&lt;/strong&gt; - The annotations are displayed on all panels that support annotations.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Selected panels&lt;/strong&gt; - The annotations are displayed on all the panels you select.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;All panels except&lt;/strong&gt; - The annotations are displayed on all panels except the ones you select.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure
       class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
       style=&#34;max-width: 600px;&#34;
       itemprop=&#34;associatedMedia&#34;
       itemscope=&#34;&#34;
       itemtype=&#34;http://schema.org/ImageObject&#34;
     &gt;&lt;a
           class=&#34;lightbox-link captioned&#34;
           href=&#34;/media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png&#34;
           itemprop=&#34;contentUrl&#34;
         &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
             class=&#34;lazyload mb-0&#34;
             data-src=&#34;/media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Annotation filtering&#34;width=&#34;552&#34;height=&#34;186&#34;title=&#34;Annotation filtering&#34;/&gt;
           &lt;noscript&gt;
             &lt;img
               src=&#34;/media/docs/grafana/dashboards/screenshot-annotation-filtering-10-v2.png&#34;
               alt=&#34;Annotation filtering&#34;width=&#34;552&#34;height=&#34;186&#34;title=&#34;Annotation filtering&#34;/&gt;
           &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Annotation filtering&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;/li&gt;


&lt;li&gt;To add a query, do one of the following:
&lt;ul&gt;
&lt;li&gt;Click &lt;strong&gt;Open query editor&lt;/strong&gt; to open &lt;strong&gt;Annotation Query&lt;/strong&gt; dialog box and write or construct a query. The annotation query options are different for each data source. For information about annotations in a specific data source, refer to the specific 
    &lt;a href=&#34;/docs/grafana/v13.0/datasources/&#34;&gt;data source&lt;/a&gt; topic.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Use saved query&lt;/strong&gt; to open a the &lt;strong&gt;Saved queries&lt;/strong&gt; drawer and select a 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/panels-visualizations/query-transform-data/#saved-queries&#34;&gt;saved query&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/panels-visualizations/query-transform-data/#saved-queries&#34;&gt;Saved queries&lt;/a&gt; is currently in &lt;a href=&#34;/docs/release-life-cycle/&#34;&gt;public preview&lt;/a&gt; in Grafana Enterprise and Grafana Cloud only.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;li&gt;(Optional) Click &lt;strong&gt;Test annotation query&lt;/strong&gt; to ensure that the query is working properly.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Close&lt;/strong&gt; when you&amp;rsquo;ve completed the query setup.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;


&lt;/ol&gt;

&lt;p&gt;For more detailed information about annotations, refer to the full 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/annotate-visualizations/&#34;&gt;Annotations documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;add-links&#34;&gt;Add links&lt;/h2&gt;
&lt;p&gt;For more detailed information on dashboard links, refer to the full 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/manage-dashboard-links/&#34;&gt;Dashboard links documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;add-links-to-dashboards&#34;&gt;Add links to dashboards&lt;/h3&gt;
&lt;p&gt;To add a link to another dashboard at the top of your current dashboard, follow these steps:&lt;/p&gt;
&lt;ol&gt;
    
&lt;li&gt;Navigate to the dashboard you want to update.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign).&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Link&lt;/strong&gt;.&lt;/li&gt;

&lt;p&gt;The default link type is &lt;strong&gt;Dashboards&lt;/strong&gt;.&lt;/p&gt;

&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;With tags&lt;/strong&gt; drop-down list, enter tags to limit the linked dashboards to only the ones with the tags you enter.&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t add any tags, Grafana includes links to all other dashboards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set link options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Show as dropdown&lt;/strong&gt; – If you are linking to lots of dashboards, then you probably want to select this option and add an optional title to the dropdown. Otherwise, Grafana displays the dashboard links side by side across the top of your dashboard.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Include current time range&lt;/strong&gt; – Select this option to include the dashboard time range in the link. When the user clicks the link, the linked dashboard opens with the indicated time range already set. &lt;strong&gt;Example:&lt;/strong&gt; &lt;a href=&#34;https://play.grafana.org/d/000000010/annotations?orgId=1&amp;amp;from=now-3h&amp;amp;to=now&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://play.grafana.org/d/000000010/annotations?orgId=1&amp;from=now-3h&amp;to=now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Include current template variable values&lt;/strong&gt; – Select this option to include template variables currently used as query parameters in the link. When the user clicks the link, any matching templates in the linked dashboard are set to the values from the link. For more information, see 
    &lt;a href=&#34;/docs/grafana/v13.0/dashboards/build-dashboards/create-dashboard-url-variables/&#34;&gt;Dashboard URL variables&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open link in new tab&lt;/strong&gt; – Select this option if you want the dashboard link to open in a new tab or window.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Show in controls menu&lt;/strong&gt; – Select this option to display the link in the dashboard controls menu instead of at the top of the dashboard. The dashboard controls menu appears as a button in the dashboard toolbar.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;


&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;


&lt;/ol&gt;

&lt;h3 id=&#34;add-a-url-link-to-a-dashboard&#34;&gt;Add a URL link to a dashboard&lt;/h3&gt;
&lt;p&gt;Add a link to a URL at the top of your current dashboard.
You can link to any available URL, including dashboards, panels, or external sites.
You can even control the time range to ensure the user is zoomed in on the right data in Grafana.&lt;/p&gt;
&lt;p&gt;To add a URL link to your dashboard, follow these steps:&lt;/p&gt;
&lt;ol&gt;
    
&lt;li&gt;Navigate to the dashboard you want to update.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign).&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Link&lt;/strong&gt;.&lt;/li&gt;


&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Type&lt;/strong&gt; drop-down list, select &lt;strong&gt;Link&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;URL&lt;/strong&gt; field, enter the URL to which you want to link.&lt;/p&gt;
&lt;p&gt;Depending on the target, you might want to include field values. &lt;strong&gt;Example:&lt;/strong&gt; &lt;a href=&#34;https://github.com/grafana/grafana/issues/new?title=Dashboard%3A%20HTTP%20Requests&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://github.com/grafana/grafana/issues/new?title=Dashboard%3A%20HTTP%20Requests&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Tooltip&lt;/strong&gt; field, enter the tooltip you want the link to display when the user hovers their mouse over it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Icon&lt;/strong&gt; drop-down, choose the icon you want displayed with the link.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set link options; by default, these options are enabled for URL links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Include current time range&lt;/strong&gt; – Select this option to include the dashboard time range in the link. When the user clicks the link, the linked dashboard opens with the indicated time range already set. &lt;strong&gt;Example:&lt;/strong&gt; &lt;a href=&#34;https://play.grafana.org/d/000000010/annotations?orgId=1&amp;amp;from=now-3h&amp;amp;to=now&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://play.grafana.org/d/000000010/annotations?orgId=1&amp;from=now-3h&amp;to=now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Include current template variable values&lt;/strong&gt; – Select this option to include template variables currently used as query parameters in the link. When the user clicks the link, any matching templates in the linked dashboard are set to the values from the link.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open link in new tab&lt;/strong&gt; – Select this option if you want the dashboard link to open in a new tab or window.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Show in controls menu&lt;/strong&gt; – Select this option to display the link in the dashboard controls menu instead of at the top of the dashboard. The dashboard controls menu appears as a button in the dashboard header.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;


&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;


&lt;/ol&gt;

&lt;h2 id=&#34;manage-dashboard-controls&#34;&gt;Manage dashboard controls&lt;/h2&gt;
&lt;p&gt;After you add dashboard controls, you can manage them from the dashboard options.
In this view, the sidebar includes collapsible sections for variables (including filter and group by), annotations, and links, including hidden controls that aren&amp;rsquo;t otherwise visible on the dashboard:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 450px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard controls in the Dashboard options sidebar view&#34;width=&#34;1010&#34;height=&#34;1704&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-controls-mgmt-v13.0.png&#34;
            alt=&#34;Dashboard controls in the Dashboard options sidebar view&#34;width=&#34;1010&#34;height=&#34;1704&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;To manage dashboard controls, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Dashboard options&lt;/strong&gt; icon in the sidebar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the sidebar, expand the appropriate collapsible section.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Do one or more of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Edit&lt;/strong&gt;: Click &lt;strong&gt;Select&lt;/strong&gt; on the control to open it in the sidebar so you can make updates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reorder&lt;/strong&gt;: Drag and drop controls to reorder them.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Change display&lt;/strong&gt;: Drag and drop controls between sub-sections &lt;strong&gt;Above dashboard&lt;/strong&gt;, &lt;strong&gt;Controls menu&lt;/strong&gt;, and &lt;strong&gt;Hidden&lt;/strong&gt; to update the control display option. Note that links can&amp;rsquo;t be hidden.&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&#34;admonition admonition-tip&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Tip&lt;/p&gt;&lt;p&gt;To get back to controls management from configuration, click the &lt;strong&gt;Dashboard options&lt;/strong&gt; icon.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Make any other changes as needed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="dashboard-controls">Dashboard controls&lt;/h1>
&lt;p>In the &lt;strong>Dashboard controls&lt;/strong> section of the sidebar, you can add variables, annotation queries, dashboard links, and controls to filter and group data, without leaving the dashboard.&lt;/p></description></item><item><title>Dashboard groupings</title><link>https://grafana.com/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-groupings/</link><pubDate>Tue, 14 Apr 2026 14:59:56 +0000</pubDate><guid>https://grafana.com/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-groupings/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-panel-groupings&#34;&gt;Dashboard panel groupings&lt;/h1&gt;
&lt;p&gt;To help create meaningful sections in your dashboard, you can group panels into rows or tabs.
Rows and tabs let you break up big dashboards or make one dashboard out of several smaller ones.&lt;/p&gt;
&lt;p&gt;You can think of the dashboard as a series of nested containers: the dashboard is the largest container and it contains panels, rows, or tabs.
Rows and tabs are the next largest containers, and they contain panels or other rows and tabs.&lt;/p&gt;
&lt;p&gt;You can nest:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rows in a row&lt;/li&gt;
&lt;li&gt;Rows in a tab&lt;/li&gt;
&lt;li&gt;Tabs in a row&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can nest up to three levels deep, which means a dashboard can have a maximum of five configuration levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Dashboard&lt;/li&gt;
&lt;li&gt;Grouping 1 - Row or tab&lt;/li&gt;
&lt;li&gt;Grouping 2 - Row or tab&lt;/li&gt;
&lt;li&gt;Grouping 3 - Row or tab&lt;/li&gt;
&lt;li&gt;Panels&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following screenshot demonstrates how groupings work:&lt;/p&gt;




  

  

  


&lt;div class=&#34;image-map&#34; x-data=&#34;image_map({&amp;#34;alt&amp;#34;:&amp;#34;Dashboard with nested groupings&amp;#34;,&amp;#34;key&amp;#34;:&amp;#34;panel-groupings&amp;#34;,&amp;#34;points&amp;#34;:[{&amp;#34;content&amp;#34;:&amp;#34;You can only have one type of grouping at the first level. In this case, that\u0026rsquo;s two rows: \u003cstrong\u003eRow with tabs\u003c/strong\u003e and \u003cstrong\u003eAnother row, collapsed\u003c/strong\u003e.&amp;#34;,&amp;#34;x_coord&amp;#34;:15,&amp;#34;y_coord&amp;#34;:11},{&amp;#34;content&amp;#34;:&amp;#34;Inside of those first-level groupings however, you have the freedom to add different dashboard elements. There are tabs nested in \u003cstrong\u003eRow with tabs\u003c/strong\u003e, but you could nest rows, tabs, or panels inside \u003cstrong\u003eAnother row, collapsed\u003c/strong\u003e.&amp;#34;,&amp;#34;x_coord&amp;#34;:21,&amp;#34;y_coord&amp;#34;:92},{&amp;#34;content&amp;#34;:&amp;#34;Also, you can have different panel layouts in within a row or tab. In this dashboard, one tab contains two rows that have two different layouts.&amp;#34;,&amp;#34;x_coord&amp;#34;:26,&amp;#34;y_coord&amp;#34;:22}],&amp;#34;src&amp;#34;:&amp;#34;/media/docs/grafana/dashboards/screenshot-dashboard-w-groupings-v13.0.png&amp;#34;})&#34; x-init=&#34;init()&#34;&gt;
  &lt;img src=&#34;/media/docs/grafana/dashboards/screenshot-dashboard-w-groupings-v13.0.png&#34; alt=&#34;Dashboard with nested groupings&#34; width=&#34;2392&#34; height=&#34;1566&#34; /&gt;
&lt;/div&gt;
&lt;div class=&#34;image-map__list&#34;&gt;
  &lt;ol&gt;
    
      &lt;li&gt;
        You can only have one type of grouping at the first level. In this case, that&amp;rsquo;s two rows: &lt;strong&gt;Row with tabs&lt;/strong&gt; and &lt;strong&gt;Another row, collapsed&lt;/strong&gt;.
      &lt;/li&gt;
    
      &lt;li&gt;
        Inside of those first-level groupings however, you have the freedom to add different dashboard elements. There are tabs nested in &lt;strong&gt;Row with tabs&lt;/strong&gt;, but you could nest rows, tabs, or panels inside &lt;strong&gt;Another row, collapsed&lt;/strong&gt;.
      &lt;/li&gt;
    
      &lt;li&gt;
        Also, you can have different panel layouts in within a row or tab. In this dashboard, one tab contains two rows that have two different layouts.
      &lt;/li&gt;
    
  &lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;In addition to the option to add groupings from the sidebar, when you hover your cursor over relevant parts of the dashboard, &lt;strong&gt;&#43; Add panel&lt;/strong&gt;, &lt;strong&gt;&#43; New row&lt;/strong&gt;, &lt;strong&gt;&#43; New tab&lt;/strong&gt;, &lt;strong&gt;Group panels&lt;/strong&gt;, and ungroup buttons are visible.&lt;/p&gt;
&lt;p&gt;The following sections describe:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;#grouping-configuration-options&#34;&gt;Grouping configuration options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#grouping-layouts&#34;&gt;Grouping layouts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#group-panels&#34;&gt;How to group panels&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#ungroup-panels&#34;&gt;How to ungroup panels&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;grouping-configuration-options&#34;&gt;Grouping configuration options&lt;/h2&gt;
&lt;p&gt;The following table describes the options you can set for a row or tab:&lt;/p&gt;
&lt;!-- prettier-ignore-start --&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Option&lt;/th&gt;
              &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;Title&lt;/td&gt;
              &lt;td&gt;Title of the row or tab.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Fill screen&lt;/td&gt;
              &lt;td&gt;Toggle the switch on to make the row fill the screen. Rows only.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Hide row header&lt;/td&gt;
              &lt;td&gt;Toggle the switch on to hide row headers in view mode. In edit mode, the row header is visible, but crossed out with the hidden icon next to it. Rows only.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Variables&lt;/td&gt;
              &lt;td&gt;Add variables that apply to only the panels in the grouping. For more information, refer to &lt;a href=&#34;#grouping-level-variables&#34;&gt;Grouping-level variables&lt;/a&gt;. For information configuring variables, refer to 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-controls/#add-variables&#34;&gt;Add variables&lt;/a&gt;.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Layout&lt;/td&gt;
              &lt;td&gt;Select the layout. If the grouping contains another grouping, choose from &lt;strong&gt;Rows&lt;/strong&gt; or &lt;strong&gt;Tabs&lt;/strong&gt;. If the grouping contains panels, choose from &lt;strong&gt;Custom&lt;/strong&gt; or &lt;strong&gt;Auto grid&lt;/strong&gt;. For more information, refer to 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/#panel-layouts&#34;&gt;Panel layouts&lt;/a&gt; or &lt;a href=&#34;#grouping-layouts&#34;&gt;Grouping layouts&lt;/a&gt;.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Repeat options &amp;gt; 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/#configure-repeat-options&#34;&gt;Repeat by variable&lt;/a&gt;&lt;/td&gt;
              &lt;td&gt;Configure the dashboard to dynamically add panels, rows, or tabs based on the value of a variable.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;Show / hide rules &amp;gt; 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/#configure-showhide-rules&#34;&gt;Panel/Row/Tab visibility&lt;/a&gt;&lt;/td&gt;
              &lt;td&gt;Control whether or not panels, rows, or tabs are displayed based on variable values, a time range, or query results (panels only).&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;!-- prettier-ignore-end --&gt;
&lt;h2 id=&#34;grouping-layouts&#34;&gt;Grouping layouts&lt;/h2&gt;
&lt;p&gt;When you have panels grouped into rows or tabs, the &lt;strong&gt;Layout&lt;/strong&gt; options available depend on which dashboard element is selected and the nesting level of that element.&lt;/p&gt;
&lt;p&gt;You can nest up to three levels deep, which means a dashboard can have a maximum of five configuration levels, with the following layout options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dashboard&lt;/strong&gt;: Layout options allow you to choose between rows and tabs or custom and auto layouts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grouping 1 (outer)&lt;/strong&gt;: Layout options allow you to choose between rows and tabs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grouping 2 (middle)&lt;/strong&gt;: Layout options allow you to choose between rows and tabs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grouping 3 (inner)&lt;/strong&gt;: Layout options allow you to choose between custom and auto grid (refer to 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/#panel-layouts&#34;&gt;Panel layouts&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Panels&lt;/strong&gt;: No layout options&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can switch between rows and tabs or update the panel layout by clicking the parent container and changing the layout selection.&lt;/p&gt;
&lt;h2 id=&#34;group-panels&#34;&gt;Group panels&lt;/h2&gt;
&lt;p&gt;To group panels already on a dashboard, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the dashboard you want to update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Do one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click the &lt;strong&gt;Add new element&lt;/strong&gt; icon (blue plus sign) and select &lt;strong&gt;Group into rows&lt;/strong&gt; or &lt;strong&gt;Group into tabs&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Under a panel or group of panels, hover your mouse to reveal the &lt;strong&gt;Group panels&lt;/strong&gt; button, click it and select &lt;strong&gt;Group into row&lt;/strong&gt; or &lt;strong&gt;Group into tab&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All the panels are moved into the grouping, and a dotted blue line surrounds the row or tab.
The sidebar opens, displaying the relevant options.&lt;/p&gt;


&lt;div class=&#34;admonition admonition-tip&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Tip&lt;/p&gt;&lt;p&gt;While grouping is typically used for multiple panels, you can start a grouping with just one panel.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set the &lt;a href=&#34;#grouping-configuration-options&#34;&gt;grouping configuration options&lt;/a&gt; in the sidebar.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Add one or both of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Other &lt;a href=&#34;#add-more-groupings-at-the-same-level&#34;&gt;groupings at the same level&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;#add-nested-groupings&#34;&gt;nested grouping&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can also start a grouping by adding a row or tab from the sidebar and then adding panels to that grouping.&lt;/p&gt;
&lt;h3 id=&#34;add-more-groupings-at-the-same-level&#34;&gt;Add more groupings at the same level&lt;/h3&gt;
&lt;p&gt;To add more groupings at the same level, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click the dashboard or grouping where you want to more groupings, and click &lt;strong&gt;&#43; New row&lt;/strong&gt; or &lt;strong&gt;&#43; New tab&lt;/strong&gt; (only one option will be available).&lt;/li&gt;
&lt;li&gt;Set the configuration options for the new grouping.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;&#43; Add panel&lt;/strong&gt; to begin adding panels to the new grouping.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;add-nested-groupings&#34;&gt;Add nested groupings&lt;/h3&gt;
&lt;p&gt;To add a nested grouping, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Click the grouping where you want to add the nested grouping.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under a panel or group of panels in the grouping, click &lt;strong&gt;Group panels&lt;/strong&gt; and select &lt;strong&gt;Group into row&lt;/strong&gt; or &lt;strong&gt;Group into tab&lt;/strong&gt; (&lt;strong&gt;Group into tab&lt;/strong&gt; is only available if the parent grouping is a row).&lt;/p&gt;
&lt;figure
       class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
       style=&#34;max-width: 500px;&#34;
       itemprop=&#34;associatedMedia&#34;
       itemscope=&#34;&#34;
       itemtype=&#34;http://schema.org/ImageObject&#34;
     &gt;&lt;a
           class=&#34;lightbox-link&#34;
           href=&#34;/media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png&#34;
           itemprop=&#34;contentUrl&#34;
         &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
             class=&#34;lazyload &#34;
             data-src=&#34;/media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Adding a nested grouping&#34;width=&#34;1476&#34;height=&#34;802&#34;/&gt;
           &lt;noscript&gt;
             &lt;img
               src=&#34;/media/docs/grafana/dashboards/screenshot-nest-group-v13.0.png&#34;
               alt=&#34;Adding a nested grouping&#34;width=&#34;1476&#34;height=&#34;802&#34;/&gt;
           &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;The new grouping is added inside the first grouping, and the panels are moved into the nested grouping.
The sidebar opens displaying the relevant configuration options.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set the configuration options for the nested grouping.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can add more one more level of grouping if needed.&lt;/p&gt;
&lt;h2 id=&#34;ungroup-panels&#34;&gt;Ungroup panels&lt;/h2&gt;
&lt;p&gt;You can ungroup some or all of the dashboard groupings without losing your panels.&lt;/p&gt;
&lt;p&gt;When you ungroup a row or tab, all the groupings inside it are ungrouped and the panels are moved into the next higher-level grouping.
If there are no more groupings left, the panels are moved onto the dashboard.&lt;/p&gt;




  

  

  


&lt;div class=&#34;image-map&#34; x-data=&#34;image_map({&amp;#34;alt&amp;#34;:&amp;#34;Dashboard with ungrouping behavior annotated&amp;#34;,&amp;#34;key&amp;#34;:&amp;#34;ungrouping&amp;#34;,&amp;#34;points&amp;#34;:[{&amp;#34;content&amp;#34;:&amp;#34;Ungroups all the rows inside \u003cstrong\u003eNested tab with rows\u003c/strong\u003e leaving the panels in that tab.&amp;#34;,&amp;#34;x_coord&amp;#34;:24,&amp;#34;y_coord&amp;#34;:63},{&amp;#34;content&amp;#34;:&amp;#34;Ungroups all the tabs inside \u003cstrong\u003eRow with tabs\u003c/strong\u003e, leaving the panels in that row.&amp;#34;,&amp;#34;x_coord&amp;#34;:55.5,&amp;#34;y_coord&amp;#34;:9.5},{&amp;#34;content&amp;#34;:&amp;#34;Removes all groupings on the dashboard, leaving just the panels on the dashboard.&amp;#34;,&amp;#34;x_coord&amp;#34;:22,&amp;#34;y_coord&amp;#34;:95}],&amp;#34;src&amp;#34;:&amp;#34;/media/docs/grafana/dashboards/screenshot-ungrouping-v13.0.png&amp;#34;})&#34; x-init=&#34;init()&#34;&gt;
  &lt;img src=&#34;/media/docs/grafana/dashboards/screenshot-ungrouping-v13.0.png&#34; alt=&#34;Dashboard with ungrouping behavior annotated&#34; width=&#34;2392&#34; height=&#34;1384&#34; /&gt;
&lt;/div&gt;
&lt;div class=&#34;image-map__list&#34;&gt;
  &lt;ol&gt;
    
      &lt;li&gt;
        Ungroups all the rows inside &lt;strong&gt;Nested tab with rows&lt;/strong&gt; leaving the panels in that tab.
      &lt;/li&gt;
    
      &lt;li&gt;
        Ungroups all the tabs inside &lt;strong&gt;Row with tabs&lt;/strong&gt;, leaving the panels in that row.
      &lt;/li&gt;
    
      &lt;li&gt;
        Removes all groupings on the dashboard, leaving just the panels on the dashboard.
      &lt;/li&gt;
    
  &lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;The &lt;strong&gt;Ungroup rows&lt;/strong&gt; and &lt;strong&gt;Ungroup tabs&lt;/strong&gt; buttons are only visible when you hover your mouse over the relevant part of the dashboard&lt;/p&gt;


&lt;div class=&#34;admonition admonition-caution&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Caution&lt;/p&gt;&lt;p&gt;If you delete a grouping, rather than ungrouping it, its panels are deleted as well.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;p&gt;To remove groupings, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the dashboard you want to update.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Click the &lt;strong&gt;Content outline&lt;/strong&gt; icon to quickly navigate to the grouping you want to remove.&lt;/li&gt;
&lt;li&gt;Hover your mouse over the relevant area to show the &lt;strong&gt;Ungroup rows&lt;/strong&gt; or &lt;strong&gt;Ungroup tabs&lt;/strong&gt; button, then click it to ungroup all rows or tabs, including any nested groupings.&lt;/li&gt;
&lt;li&gt;If you&amp;rsquo;ve ungrouped panels that were previously in different panel layouts, you&amp;rsquo;ll be prompted to select a common layout type for all the panels; click &lt;strong&gt;Convert to Auto grid&lt;/strong&gt; or &lt;strong&gt;Convert to Custom&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;(Optional) Enter a description of the changes you&amp;rsquo;ve made.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Exit edit&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;drag-tabs-between-rows&#34;&gt;Drag tabs between rows&lt;/h2&gt;
&lt;p&gt;In dashboards that include multiple rows with nested tabs, you can drag and drop nested tabs between rows.
To do this, the receiving row just needs to have one nested tab already.&lt;/p&gt;
&lt;h2 id=&#34;place-panels-outside-of-groupings-with-headerless-rows&#34;&gt;Place panels outside of groupings with headerless rows&lt;/h2&gt;
&lt;p&gt;If you have a row with panels, but you want the panels to appear ungrouped, you can use the &lt;strong&gt;Hide row header&lt;/strong&gt; switch in the row configuration to achieve this.&lt;/p&gt;
&lt;p&gt;In view mode, the row header is hidden, so that the panels in that row appear ungrouped.
In the following image, the panels are grouped into two rows, but the header of the second row is hidden:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 750px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Dashboard including a row with a hidden header&#34;width=&#34;2596&#34;height=&#34;1566&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-headerless-row-v13.0.png&#34;
            alt=&#34;Dashboard including a row with a hidden header&#34;width=&#34;2596&#34;height=&#34;1566&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;When you hide the header of a row, you can&amp;rsquo;t collapse the row.&lt;/p&gt;
&lt;h2 id=&#34;grouping-level-variables&#34;&gt;Grouping-level variables&lt;/h2&gt;


&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;Grouping-level variables is currently in &lt;a href=&#34;/docs/release-life-cycle/&#34;&gt;public preview&lt;/a&gt;. Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.&lt;/p&gt;
&lt;p&gt;To use this feature, enable the &lt;code&gt;dashboardSectionVariables&lt;/code&gt; feature toggle in your Grafana configuration file.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;p&gt;You can add variables to groupings that apply only to the panels in that grouping.&lt;/p&gt;
&lt;p&gt;For example, if your dashboard includes both an API gateway and a database, you might want to apply two different &lt;code&gt;$instance&lt;/code&gt; variables.
Grouping-level variables address this by letting each row or tab have its own independent filters.
In the API gateway and database scenario, the API gateway grouping can use one set of instances, while a database grouping uses another set.
However, both groupings still share the same time range, and the underlying dashboard remains unchanged.&lt;/p&gt;
&lt;p&gt;The following image shows an example using two rows of panels:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 750px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png&#34;data-srcset=&#34;/media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=320 320w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=550 550w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=750 750w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=900 900w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=1040 1040w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=1240 1240w, /media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;A dashboard with two rows, each with its own variable filter above the panels&#34;width=&#34;2324&#34;height=&#34;1562&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/media/docs/grafana/dashboards/screenshot-grouping-variables-v13.0.png&#34;
            alt=&#34;A dashboard with two rows, each with its own variable filter above the panels&#34;width=&#34;2324&#34;height=&#34;1562&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;Panels in the grouping resolve grouping-level variables first, then fall back to dashboard-level variables.&lt;/p&gt;
&lt;p&gt;The panel query editor is context-aware, so the autocomplete only shows the variables available to the panel you&amp;rsquo;re editing.
Also, grouping-level variables carry over when you convert between rows and tabs, change layouts, and work with repeating rows and tabs.&lt;/p&gt;
&lt;p&gt;Grouping-level variables are supported for all variable types.
However, they aren&amp;rsquo;t supported for the public preview &lt;strong&gt;Filter and group by&lt;/strong&gt; feature, which replaces the &lt;strong&gt;Filters&lt;/strong&gt; variable when the &lt;code&gt;dashboardUnifiedDrilldownControls&lt;/code&gt; feature toggle is enabled.
For more information on &lt;strong&gt;Filter and group by&lt;/strong&gt;, refer to the 
    &lt;a href=&#34;/docs/grafana/v13.0/visualizations/dashboards/build-dashboards/create-dashboard/dashboard-controls/#filter-and-group-by&#34;&gt;Dashboard controls documentation&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="dashboard-panel-groupings">Dashboard panel groupings&lt;/h1>
&lt;p>To help create meaningful sections in your dashboard, you can group panels into rows or tabs.
Rows and tabs let you break up big dashboards or make one dashboard out of several smaller ones.&lt;/p></description></item></channel></rss>