<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Transform data on Grafana Labs</title><link>https://grafana.com/docs/grafana/v8.4/panels/transform-data/</link><description>Recent content in Transform data on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v8.4/panels/transform-data/index.xml" rel="self" type="application/rss+xml"/><item><title>About transformations</title><link>https://grafana.com/docs/grafana/v8.4/panels/transform-data/about-transformation/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/panels/transform-data/about-transformation/</guid><content><![CDATA[&lt;h1 id=&#34;about-transformations&#34;&gt;About transformations&lt;/h1&gt;
&lt;p&gt;Transformations process the result set of a query before it’s passed on for visualization. Using transformations, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rename fields&lt;/li&gt;
&lt;li&gt;Join time series data&lt;/li&gt;
&lt;li&gt;Perform mathematical operations across queries&lt;/li&gt;
&lt;li&gt;Use the output of one transformation as the input to another transformation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For users that rely on multiple views of the same dataset, transformations offer an efficient method of creating and maintaining numerous dashboards.&lt;/p&gt;
&lt;p&gt;You can also use the output of one transformation as the input to another transformation, which results in a performance gain.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Sometimes the system cannot graph transformed data. When that happens, click the &lt;code&gt;Table view&lt;/code&gt; toggle above the visualization to switch to a table view of the data. This can help you understand the final result of your transformations.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;transformation-types&#34;&gt;Transformation types&lt;/h2&gt;
&lt;p&gt;Grafana provides a number of ways that you can transform data. For a complete list of transformations, refer to
&lt;a href=&#34;../../reference-transformation-functions/&#34;&gt;Reference: Transformation functions&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;order-of-transformations&#34;&gt;Order of transformations&lt;/h2&gt;
&lt;p&gt;When there are multiple transformations, Grafana applies them in the order they are listed. Each transformation creates a result set that then passes on to the next transformation in the processing pipeline.&lt;/p&gt;
&lt;p&gt;The order in which Grafana applies transformations directly impacts the results. For example, if you use a Reduce transformation to condense all the results of one column into a single value, then you can only apply transformations to that single value.&lt;/p&gt;
]]></content><description>&lt;h1 id="about-transformations">About transformations&lt;/h1>
&lt;p>Transformations process the result set of a query before it’s passed on for visualization. Using transformations, you can:&lt;/p>
&lt;ul>
&lt;li>Rename fields&lt;/li>
&lt;li>Join time series data&lt;/li>
&lt;li>Perform mathematical operations across queries&lt;/li>
&lt;li>Use the output of one transformation as the input to another transformation&lt;/li>
&lt;/ul>
&lt;p>For users that rely on multiple views of the same dataset, transformations offer an efficient method of creating and maintaining numerous dashboards.&lt;/p></description></item><item><title>Apply a transformation to data</title><link>https://grafana.com/docs/grafana/v8.4/panels/transform-data/apply-transformation-to-data/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/panels/transform-data/apply-transformation-to-data/</guid><content><![CDATA[&lt;h1 id=&#34;apply-a-transformation-function-to-data&#34;&gt;Apply a transformation function to data&lt;/h1&gt;
&lt;p&gt;The following steps guide you in applying a transformation to data. This documentation does not include steps for each type of transformation. For a complete list of transformations, refer to &lt;a href=&#34;../../reference-transformation-functions/&#34;&gt;Reference: Transformation functions&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../query-a-data-source/add-a-query/&#34;&gt;Add a query&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To apply a transformation function to data&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the panel where you want to add one or more transformations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the panel title and then 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;Transform&lt;/strong&gt; tab.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click a transformation.&lt;/p&gt;
&lt;p&gt;A transformation row appear where you configure the transformation options. For more information about how to configure a transformation, refer to &lt;a href=&#34;../../reference-transformation-functions/&#34;&gt;Reference: Transformation functions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For information about available calculations, refer to &lt;a href=&#34;../../reference-calculation-types/&#34;&gt;Reference: Calculations&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To apply another transformation, click &lt;strong&gt;Add transformation&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This transformation acts on the result set returned by the previous transformation.&lt;/p&gt;
&lt;figure
       class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
       style=&#34;max-width: 1100px;&#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;/static/img/docs/transformations/transformations-7-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;/static/img/docs/transformations/transformations-7-0.png&#34;data-srcset=&#34;/static/img/docs/transformations/transformations-7-0.png?w=320 320w, /static/img/docs/transformations/transformations-7-0.png?w=550 550w, /static/img/docs/transformations/transformations-7-0.png?w=750 750w, /static/img/docs/transformations/transformations-7-0.png?w=900 900w, /static/img/docs/transformations/transformations-7-0.png?w=1040 1040w, /static/img/docs/transformations/transformations-7-0.png?w=1240 1240w, /static/img/docs/transformations/transformations-7-0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;1605&#34;height=&#34;354&#34;/&gt;
           &lt;noscript&gt;
             &lt;img
               src=&#34;/static/img/docs/transformations/transformations-7-0.png&#34;
               alt=&#34;&#34;width=&#34;1605&#34;height=&#34;354&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
           &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;options&#34;&gt;Options&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Config query&lt;/strong&gt;: Select the query that returns the data you want to use as configuration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Apply to&lt;/strong&gt;: Select what fields or series to apply the configuration to.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Apply to options&lt;/strong&gt;: Usually a field type or field name regex depending on what option you selected in &lt;strong&gt;Apply to&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="apply-a-transformation-function-to-data">Apply a transformation function to data&lt;/h1>
&lt;p>The following steps guide you in applying a transformation to data. This documentation does not include steps for each type of transformation. For a complete list of transformations, refer to &lt;a href="../../reference-transformation-functions/">Reference: Transformation functions&lt;/a>.&lt;/p></description></item><item><title>Debug a transformation</title><link>https://grafana.com/docs/grafana/v8.4/panels/transform-data/debug-transformation/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/panels/transform-data/debug-transformation/</guid><content><![CDATA[&lt;h1 id=&#34;debug-a-transformation&#34;&gt;Debug a transformation&lt;/h1&gt;
&lt;p&gt;To see the input and the output result sets of the transformation, click the bug icon on the right side of the transformation row.&lt;/p&gt;
&lt;p&gt;The input and output results sets can help you debug a transformation.&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--no-shadow&#34;
    style=&#34;max-width: 1100px;&#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;/static/img/docs/transformations/debug-transformations-7-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;/static/img/docs/transformations/debug-transformations-7-0.png&#34;data-srcset=&#34;/static/img/docs/transformations/debug-transformations-7-0.png?w=320 320w, /static/img/docs/transformations/debug-transformations-7-0.png?w=550 550w, /static/img/docs/transformations/debug-transformations-7-0.png?w=750 750w, /static/img/docs/transformations/debug-transformations-7-0.png?w=900 900w, /static/img/docs/transformations/debug-transformations-7-0.png?w=1040 1040w, /static/img/docs/transformations/debug-transformations-7-0.png?w=1240 1240w, /static/img/docs/transformations/debug-transformations-7-0.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;1510&#34;height=&#34;762&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/transformations/debug-transformations-7-0.png&#34;
            alt=&#34;&#34;width=&#34;1510&#34;height=&#34;762&#34;class=&#34;docs-image--no-shadow&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
]]></content><description>&lt;h1 id="debug-a-transformation">Debug a transformation&lt;/h1>
&lt;p>To see the input and the output result sets of the transformation, click the bug icon on the right side of the transformation row.&lt;/p></description></item><item><title>Delete a transformation</title><link>https://grafana.com/docs/grafana/v8.4/panels/transform-data/delete-transformation/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/panels/transform-data/delete-transformation/</guid><content><![CDATA[&lt;h1 id=&#34;delete-a-transformation&#34;&gt;Delete a transformation&lt;/h1&gt;
&lt;p&gt;We recommend that you remove transformations that you don&amp;rsquo;t need. When you delete a transformation, you remove the data from the visualization.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Identify all dashboards that rely on the transformation and inform impacted dashboard users.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To delete a transformation&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open a panel for editing.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Transform&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;Click the trash icon next to the transformation you want to delete.&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="delete-a-transformation">Delete a transformation&lt;/h1>
&lt;p>We recommend that you remove transformations that you don&amp;rsquo;t need. When you delete a transformation, you remove the data from the visualization.&lt;/p></description></item></channel></rss>