<?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 Calculate sum but report it as the month ahead in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4661851#M178521</link>
    <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Report Month&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Incident&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;2/20/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;2/5/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;3/10/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want to put the Report month on the X axis of a bar chart but my observations fall off after an incident occurs, so I did some manipulating and have the incident date reported on the most recent report date MAX(REPORT DATE) for that observation. Hence why Indicent is one month ahead of report date. So thats why there are empty incident dates because those observsations carry onto the next report month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I put report month on the X Axis for a bar chart that sums the Values and reports it as the next month. For instance&lt;/P&gt;&lt;P&gt;The X axis is February and it shows a total of 15, then for March it totals 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could this be a measure? I want to pair metric with another metric but that metric is within the report month so it reports properly along the X Axis. I do not want to make a column that shifts the date one month becuase then the other metric will be not reflective. Basically Im trading off one metric being either behind or ahead of the shown X axis description if I keep both metrics on the same graph - which I would much much rather prefer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 20:40:55 GMT</pubDate>
    <dc:creator>RES</dc:creator>
    <dc:date>2025-04-21T20:40:55Z</dc:date>
    <item>
      <title>Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4661851#M178521</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Report Month&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Incident&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;2/20/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;2/5/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;3/10/2025&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/1/2025&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I want to put the Report month on the X axis of a bar chart but my observations fall off after an incident occurs, so I did some manipulating and have the incident date reported on the most recent report date MAX(REPORT DATE) for that observation. Hence why Indicent is one month ahead of report date. So thats why there are empty incident dates because those observsations carry onto the next report month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I put report month on the X Axis for a bar chart that sums the Values and reports it as the next month. For instance&lt;/P&gt;&lt;P&gt;The X axis is February and it shows a total of 15, then for March it totals 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could this be a measure? I want to pair metric with another metric but that metric is within the report month so it reports properly along the X Axis. I do not want to make a column that shifts the date one month becuase then the other metric will be not reflective. Basically Im trading off one metric being either behind or ahead of the shown X axis description if I keep both metrics on the same graph - which I would much much rather prefer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 20:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4661851#M178521</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2025-04-21T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4661930#M178522</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728898" data-lia-user-login="RES" class="lia-mention lia-mention-user"&gt;RES&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;something like this?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this will help.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 22:44:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4661930#M178522</guid>
      <dc:creator>Irwan</dc:creator>
      <dc:date>2025-04-21T22:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4662292#M178541</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="728898" data-lia-user-login="RES" class="lia-mention lia-mention-user"&gt;RES&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cleanest way to handle this without altering your data model or creating a new column is to use a measure that shifts the value aggregation one month ahead for display purposes.&lt;/P&gt;
&lt;P&gt;DAX measure that Sums Value from previous month’s Report Month and Displays that value in the current month on the X-axis&lt;/P&gt;
&lt;P&gt;Shifted Value (Next Month) = &lt;BR /&gt;VAR CurrentMonth = MAX('Date'[Date])&lt;BR /&gt;VAR PrevMonth = EOMONTH(CurrentMonth, -1)&lt;BR /&gt;RETURN&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SUM('YourTable'[Value]),&lt;BR /&gt;'YourTable'[Report Month] = PrevMonth&lt;BR /&gt;)&lt;BR /&gt;If your 'Report Month' is a first-of-month date like 1/1/2025, this will work perfectly with EOMONTH shifting the month, even though it's technically the end of the previous month.&lt;/P&gt;
&lt;P&gt;Note: Put 'Date'[Month] or 'Date'[Date] on the X-axis. Use this new shifted measure and your existing metric side-by-side.&lt;BR /&gt;one bar shows the shifted metric and the other bar shows the regular one, but both stay aligned to the same X-axis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 06:39:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4662292#M178541</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-04-22T06:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663423#M178583</link>
      <description>&lt;P&gt;One owuld think this works but nothing is being calculated. Yes ReportMonth is the 1st of every month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[ReportMonth]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:55:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663423#M178583</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2025-04-22T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663446#M178585</link>
      <description>&lt;P&gt;Make sure that 'Calendar'[Date] is used as the relationship to Sheet1[Report Month], and use a column from the Calendar table on the x-axis, e.g. 'Calendar'[Year Month]. Then you can create a measure like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Shifted Value =
CALCULATE (
    SUM ( Sheet1[Value] ),
    TREATAS ( DATEADD ( 'Calendar'[Date], 1, MONTH ), Sheet1[Incident] )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Apr 2025 15:12:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663446#M178585</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2025-04-22T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663458#M178586</link>
      <description>&lt;P&gt;This gives ReportMonth of Feb 25 = 5, when it should be 15.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 15:23:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663458#M178586</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2025-04-22T15:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663466#M178587</link>
      <description>&lt;P&gt;You don't need the DATEADD&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Shifted Value =
CALCULATE (
    SUM ( Sheet1[Value] ),
    TREATAS ( 'Calendar'[Date], Sheet1[Incident] )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Apr 2025 15:30:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663466#M178587</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2025-04-22T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663477#M178589</link>
      <description>&lt;P&gt;A single value for column 'Date' in table 'Calendar' cannot be determined. This can happen when a measure formula refers to a column that contains many values without specifying an aggregation such as min, max, count, or sum to get a single result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using Max(Cal[Date]) and got this error:&amp;nbsp;The TREATAS function expects a table expression for argument '1', but a string or numeric expression was used.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 15:38:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663477#M178589</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2025-04-22T15:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate sum but report it as the month ahead</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663875#M178613</link>
      <description>&lt;P&gt;This ended up working for the shifted variable,&amp;nbsp;&lt;SPAN&gt;dont think you need the not is blank but it works. No relationship between Calendar table and Sheet1 table, but Calendar[date] on X axis.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Back Shifted =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;)+&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[ReportMonth]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;y, NOT(ISBLANK(Sheet1[Incident])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For the nonshifted variable, I had to add this to the code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[ReportMonth]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Apr 2025 19:59:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-sum-but-report-it-as-the-month-ahead/m-p/4663875#M178613</guid>
      <dc:creator>RES</dc:creator>
      <dc:date>2025-04-22T19:59:11Z</dc:date>
    </item>
  </channel>
</rss>

