<?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: Monthly sales previous year in function of the current date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695954#M673</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="136271" data-lia-user-login="joseluis1969" class="lia-mention lia-mention-user"&gt;joseluis1969&lt;/a&gt; try this measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sales previous year = 
CALCULATE ( SUM(Table6[Sales_Amount] ),   
DATEADD( FILTER( VALUES('Date'[Date]), 'Date'[Date] &amp;lt;= TODAY() ), -12, MONTH))&lt;/PRE&gt;</description>
    <pubDate>Tue, 21 May 2019 13:05:28 GMT</pubDate>
    <dc:creator>parry2k</dc:creator>
    <dc:date>2019-05-21T13:05:28Z</dc:date>
    <item>
      <title>Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/692879#M608</link>
      <description>&lt;P&gt;Good afternoon:&lt;BR /&gt;I need to create a formula that results from the monthly sales (month to month) of the previous year taking into account the current date&lt;STRONG&gt; NOT THE END DATE OF the CURRENT MONTH&lt;/STRONG&gt;. I try to better explain my question with an example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget table&lt;/STRONG&gt;&lt;BR /&gt;Date &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sales_Amount&lt;BR /&gt;01/01/2018 &amp;nbsp; &amp;nbsp;&amp;nbsp; 100&lt;BR /&gt;01/01/2018 &amp;nbsp; &amp;nbsp;&amp;nbsp; 150&lt;BR /&gt;01/02/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 90&lt;BR /&gt;05/02/2018 &amp;nbsp; &amp;nbsp; 120&lt;BR /&gt;04/03/2018 &amp;nbsp; &amp;nbsp; 130&lt;BR /&gt;05/04/2018 &amp;nbsp; &amp;nbsp; 110&lt;BR /&gt;20/04/2018 &amp;nbsp; &amp;nbsp;&amp;nbsp; 95&lt;BR /&gt;01/05/2018 &amp;nbsp; &amp;nbsp; 130&lt;BR /&gt;&lt;STRONG&gt;16/05/2018 &amp;nbsp; &amp;nbsp;&amp;nbsp; 85&lt;/STRONG&gt;&lt;BR /&gt;30/05/2018 &amp;nbsp;&amp;nbsp; 120&lt;BR /&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; .&lt;BR /&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; .&lt;BR /&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; .&lt;BR /&gt;31/12/2019 &amp;nbsp; &amp;nbsp;&amp;nbsp; 95&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;In the case that the formula is executed on 16/05/2019 (today) its result is:&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;Month&lt;/TD&gt;&lt;TD&gt;Sales_Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;1010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;January&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;February&lt;/TD&gt;&lt;TD&gt;210&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;March&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;April&lt;/TD&gt;&lt;TD&gt;205&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;May&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;215&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;FONT&gt;As you can see the sales of May of the year 2018 (previous year) o&lt;STRONG&gt;nly include those ranging from 01/05/2018 to 16/05/2018.&lt;/STRONG&gt;&lt;BR /&gt;NOTE: In power bi I have a calendar table.&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;José Luis&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 15:29:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/692879#M608</guid>
      <dc:creator>joseluis1969</dc:creator>
      <dc:date>2019-05-16T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694149#M636</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="136271" data-lia-user-login="joseluis1969" class="lia-mention lia-mention-user"&gt;joseluis1969&lt;/a&gt; try this measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sales previous year = 

CALCULATE ( SUM( YourTable[YourColumn] ), DATEADD( Calendar[Date], -12, MONTH))&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 May 2019 03:40:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694149#M636</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-18T03:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694817#M655</link>
      <description>&lt;P&gt;Thank you for your answer. If I use this formula and show the values totaled for years and months, the total of the month of May (current month) of the previous year is that corresponding to 01/05/2018 to 31/05/2018. I need the total from 01/05/2018 to 20/05/2018, that is, from the beginning of the day and current month to the present day of the previous year. The total of the remaining months is correct but the formula does not have to show the total of the months after the current month.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jose Luis&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 10:07:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694817#M655</guid>
      <dc:creator>joseluis1969</dc:creator>
      <dc:date>2019-05-20T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694915#M658</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="136271" data-lia-user-login="joseluis1969" class="lia-mention lia-mention-user"&gt;joseluis1969&lt;/a&gt; not fully sure what you mean? Can you please explain with example?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 12:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/694915#M658</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-20T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695059#M660</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I try to better explain my question with an example:&lt;BR /&gt;Budget table&lt;BR /&gt;&lt;STRONG&gt;Date &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Sales_Amount&lt;/STRONG&gt;&lt;BR /&gt;01/01/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&lt;BR /&gt;01/01/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 150&lt;BR /&gt;01/02/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 90&lt;BR /&gt;05/02/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 120&lt;BR /&gt;04/03/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 130&lt;BR /&gt;05/04/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 110&lt;BR /&gt;20/04/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 95&lt;BR /&gt;01/05/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 130&lt;BR /&gt;20/05/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 85&lt;BR /&gt;30/05/2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; 120&lt;BR /&gt;. .&lt;BR /&gt;. .&lt;BR /&gt;. .&lt;BR /&gt;31/12/2019 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 95&lt;BR /&gt;In the case that the formula is executed on 20/05/2019 (today) its result is (pivot table):&lt;BR /&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Month&lt;/STRONG&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt; Sales_Amount&lt;/STRONG&gt;&lt;BR /&gt;2018 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1010&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; January &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 250&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; February &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 210&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; March &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 130&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; April &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 205&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;STRONG&gt;May &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 215&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see the sales of May of the year 2018 (previous year) only include those ranging from 01/05/2018 to 20/05/2018.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;José Luis&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:06:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695059#M660</guid>
      <dc:creator>joseluis1969</dc:creator>
      <dc:date>2019-05-20T16:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695070#M662</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="136271" data-lia-user-login="joseluis1969" class="lia-mention lia-mention-user"&gt;joseluis1969&lt;/a&gt; so you expected teh result for may 2019 to be 85 not 215, correct?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:40:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695070#M662</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-20T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695596#M670</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;The expected result for the month of May 2018 is 215 &lt;STRONG&gt;(130 + 85)&lt;/STRONG&gt;. &lt;STRONG&gt;The problem&lt;/STRONG&gt; is that the &lt;STRONG&gt;dates of the fact table&lt;/STRONG&gt; are from &lt;STRONG&gt;01/01/2018 to 31/12/2019&lt;/STRONG&gt; and if I use the formula that you propose me the result for the month of May is &lt;STRONG&gt;335&lt;/STRONG&gt; (130 + 85 + 120)in the pivotTable, the result for sales of June 2018 is the summary of the June Sales of the year 2018... In the PivotTable. &lt;STRONG&gt;I only need the results of the months January, February, March, April and May of the year 2018&lt;/STRONG&gt; and the results of May of the year 2018 only have to add the data from 01/05/2018 to 21/05/2018 (current day and month),the expected result for the month of May 2018 &lt;STRONG&gt;is 215&lt;/STRONG&gt; .&lt;BR /&gt;I apologize if I'm not explaining myself well. Thank you very much for your patience and time.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;José Luis&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 07:57:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695596#M670</guid>
      <dc:creator>joseluis1969</dc:creator>
      <dc:date>2019-05-21T07:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695954#M673</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="136271" data-lia-user-login="joseluis1969" class="lia-mention lia-mention-user"&gt;joseluis1969&lt;/a&gt; try this measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sales previous year = 
CALCULATE ( SUM(Table6[Sales_Amount] ),   
DATEADD( FILTER( VALUES('Date'[Date]), 'Date'[Date] &amp;lt;= TODAY() ), -12, MONTH))&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 May 2019 13:05:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/695954#M673</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-21T13:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly sales previous year in function of the current date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/696060#M680</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;The formula works perfectly. Thank you very much for your time and patience.&lt;/P&gt;&lt;P&gt;José Luis&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:29:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Monthly-sales-previous-year-in-function-of-the-current-date/m-p/696060#M680</guid>
      <dc:creator>joseluis1969</dc:creator>
      <dc:date>2019-05-21T14:29:29Z</dc:date>
    </item>
  </channel>
</rss>

