<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption in Automations</title>
    <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274149#M2095</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for the suggestion. I have reviewed the func:slo.errorBudget.your-SLO metric.&lt;BR /&gt;However, the issue I encountered is that the result is calculated using the Resolution timeframe, which defaults to 6 hours as shown in below pic. This implies that each point on the graph is based on data from the previous 6 hours. When I adjust the resolution to 30 day in the Settings to calculate based on the past 30 days, I only receive 2 points for the past month.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_0-1743547678909.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27329i9341991F90EDF298/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_0-1743547678909.png" alt="DylanLi_0-1743547678909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;However, what I want to achieve is that i can get some expression, it will always calculates SLO basing on the past 30days. So that I can get a graph presents 30 points in a month and every point means the aggregated result of past 30 days.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 22:49:38 GMT</pubDate>
    <dc:creator>DylanLi</dc:creator>
    <dc:date>2025-04-01T22:49:38Z</dc:date>
    <item>
      <title>Create expression to calculate aggregated past values</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273246#M2084</link>
      <description>&lt;P&gt;Recently, my team successfully implemented SLO monitoring in Dynatrace. We now need to assess the total error budget consumption over the past 30 days basing on various time points to adjust the SLA and refine our alerting strategy. I have observed that Dynatrace can provide aggregated data on the SLO page as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_0-1742618954820.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27118i77FC0E27318D13C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_0-1742618954820.png" alt="DylanLi_0-1742618954820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I know that I can change the time frame setting on the right top in this page to get the total 30-day error budget consumption basing on different time point. But I can't figure out a way to use an expression in the Data Explore to get some Line Graph of the 30-day total consumption to show the trends. The expression given in the SLO detailed page can only let me get the error budget consumption in every time sample instead of an aggregated value.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;(100)*(1-(builtin:service.errors.fivexx.count:splitBy())/(builtin:service.requestCount.total:splitBy()))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_1-1742619394738.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27119i3FE81A29B3DDC604/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_1-1742619394738.png" alt="DylanLi_1-1742619394738.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can anyone advise on which functions or operators can be used to create a line graph illustrating the 30-day error budget total consumption trends similar to the mock graph provided? For example, the final SLO from February 8th to March 10th is 100%, from February 9th to March 11th is 99.1%, and from February 10th to March 12th is 99.0%.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_2-1742620123967.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27120i5A59025981ED9F9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_2-1742620123967.png" alt="DylanLi_2-1742620123967.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 11:33:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273246#M2084</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-12-15T11:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273247#M2085</link>
      <description>&lt;P&gt;Not sure if I got your question right, but probably just setting the resolution to one day will give you the results you need. Also just for the reference , the classic SLOs which are you using, create functions functions for error budgets.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 08:31:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273247#M2085</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-03-22T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273254#M2086</link>
      <description>&lt;P&gt;Hello Julius, thank you for your response. However, setting the resolution to one day does not seem to fulfill the requirement. With&amp;nbsp;the expression mentioned above,&lt;/P&gt;&lt;PRE&gt;(100)*(1-(builtin:service.errors.fivexx.count:splitBy())/(builtin:service.requestCount.total:splitBy()))&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;if I configured the resolution to one day and the timeframe to 30 days, in the resulting line graph, each data point only reflects the error budget consumption for the previous 24 hours. For instance, if the data point for March 11th shows 97.5%, it indicates that the success rate for requests from March 10th 00:00 to March 11th 00:00 is 97.5%. What I am aiming for is that the data point for March 11th in the line graph should represent the aggregated data for the past 30 days, instead of just 24 hours. This would allow us to analyze the trends in error budget total consumption trends effectively, and we also have some other reasons to need it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As I said above, Dynatrace can provide the aggregated value in the&amp;nbsp;&lt;SPAN&gt;the SLO page,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_0-1742737065686.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27124i5CE952468E1501AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_0-1742737065686.png" alt="DylanLi_0-1742737065686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;but to check the trends I need to update the timeframe on the right top corner manually. If there is an expression to provide the aggregation 30 days data, that will be great.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 13:38:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273254#M2086</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-03-23T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273258#M2087</link>
      <description>&lt;P&gt;For aggregated value as described, you need to apply the fold transformation in the formula (Required if your use metric expressions - for example to get &lt;A href="https://community.dynatrace.com/t5/Custom-Solutions-Spotlight/PRO-TIP-Business-hours-in-Dynatrace-for-SLOs-or-metric-events/m-p/240367" target="_self"&gt;business hours calculations&lt;/A&gt; properly) or use a single value visualization option such as a table or single value and just choose the fold aggregation.&lt;BR /&gt;&lt;BR /&gt;Here is the second option - is this what you need? (my example is from the SaaS playground environment)&lt;BR /&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FNxHyRG5CjI8%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNxHyRG5CjI8&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FNxHyRG5CjI8%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="113" scrolling="no" title="slo normalized error budget" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 20:09:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273258#M2087</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-03-23T20:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273262#M2088</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sajarra_0-1742773643903.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27126i36B98D21CDD39BA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sajarra_0-1742773643903.png" alt="Sajarra_0-1742773643903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you are looking something similar to above, please extract the output to a CSV format and then use that data to draw the graph..&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2025 23:49:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273262#M2088</guid>
      <dc:creator>Sajarra</dc:creator>
      <dc:date>2025-03-23T23:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273269#M2089</link>
      <description>&lt;P&gt;I get a strange value when using the normalized error budget metrics within a single value graph:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_0-1742785161698.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27130i551DD943CA525FA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_0-1742785161698.png" alt="DylanLi_0-1742785161698.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;The metric expression that measures the success rate of this SLO is:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(100 *(1-calc:service.ingest.traces.errors.fivexx.rate:splitBy("dt.entity.service"):count/calc:service.ingest.traces.requestcount:splitBy("dt.entity.service"):count)):default(100,always)&lt;/LI-CODE&gt;&lt;P&gt;I also noticed that in your demo video, there is no timeframe column as what I've seen on my end. Not sure if this configuration caused the abnormal result in the single value graph:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_1-1742785476731.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27131iF5859589DFF35061/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_1-1742785476731.png" alt="DylanLi_1-1742785476731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 03:05:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273269#M2089</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-03-24T03:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273270#M2090</link>
      <description>&lt;P&gt;I am trying to use different&amp;nbsp;&lt;SPAN&gt;fold transformation with the expression, but for now I haven't get the proper option there to generate the wanted graph. Maybe I will adopt Sajarra's suggestions, to export the single values out to an CSV file to create that graph.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 04:31:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273270#M2090</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-03-24T04:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273637#M2091</link>
      <description>&lt;P&gt;hi Sajarra, related to the screenshot you posted, I have a question: the SLO avg listed at the left side is referring to the SLO data calculated in the past 1 day, is that correct? However, i an trying to find out a way to&amp;nbsp;&lt;SPAN&gt;depict the past 30 days' SLO (SLA) based on various time points, such as viewing the error budget consumption for yesterday within the 30-day period (-31 to -1).&amp;nbsp; Is there any advices from you side about how I can get that aggregation value with an expression?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 01:51:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273637#M2091</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-03-27T01:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273997#M2092</link>
      <description>&lt;P&gt;Hi Dylan,&lt;/P&gt;&lt;P&gt;It's an SLO average for 30 days. I have extracted the data to a CSV format and then to excel.. Used pivot table and grouped that into a daily average and plotted the graph. Hope this answers.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 20:07:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/273997#M2092</guid>
      <dc:creator>Sajarra</dc:creator>
      <dc:date>2025-03-31T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274047#M2093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/88301"&gt;@DylanLi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you check the metric&amp;nbsp;func:slo.errorBudget.your-SLO ?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 10:34:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274047#M2093</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-04-01T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274149#M2095</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you for the suggestion. I have reviewed the func:slo.errorBudget.your-SLO metric.&lt;BR /&gt;However, the issue I encountered is that the result is calculated using the Resolution timeframe, which defaults to 6 hours as shown in below pic. This implies that each point on the graph is based on data from the previous 6 hours. When I adjust the resolution to 30 day in the Settings to calculate based on the past 30 days, I only receive 2 points for the past month.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DylanLi_0-1743547678909.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27329i9341991F90EDF298/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DylanLi_0-1743547678909.png" alt="DylanLi_0-1743547678909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;However, what I want to achieve is that i can get some expression, it will always calculates SLO basing on the past 30days. So that I can get a graph presents 30 points in a month and every point means the aggregated result of past 30 days.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 22:49:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274149#M2095</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-04-01T22:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274150#M2096</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/83648"&gt;@Sajarra&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;This may be a solution, although I need to find a efficient way to retrieve the SLO average value for the past 30 days basing on each day&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 22:51:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274150#M2096</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-04-01T22:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274761#M2114</link>
      <description>&lt;P&gt;Maybe the rollout transformation?&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-selector#rollup" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/api-metrics-v2-selector#rollup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 10:36:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/274761#M2114</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-04-09T10:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a expression to calculate the aggregated past 30 day's SLO consumption</title>
      <link>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/276019#M2134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have ever tried rollup, but it has limits as:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;The rollup window duration is limited to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;60 minutes&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;You can roll up data from the last&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2 weeks&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(including rollup windows) only. That is, the oldest data point of your query can't be more than&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;2w-windowDuration&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the past.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So I can't make it to aggregate past 30 days data&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 05:06:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Automations/Create-expression-to-calculate-aggregated-past-values/m-p/276019#M2134</guid>
      <dc:creator>DylanLi</dc:creator>
      <dc:date>2025-04-28T05:06:51Z</dc:date>
    </item>
  </channel>
</rss>

