<?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: need urgent help with a DAX formula (SUM for a specific month only) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261634#M120643</link>
    <description>&lt;P&gt;thank you but unfortuntelly the proposed measured returns blank as result&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 10:26:39 GMT</pubDate>
    <dc:creator>redface94</dc:creator>
    <dc:date>2023-05-31T10:26:39Z</dc:date>
    <item>
      <title>need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261421#M120616</link>
      <description>&lt;P&gt;I have a table in power BI, where I have to calculate via a measure the sum of the headcount for December only (the year does not matter), filtering 2 atributes also. I have tried the following measure, but it displayes blank as result:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TY Plan HC = &lt;/SPAN&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;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[headcount]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"costs"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[gloria_value_types]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"020"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;))). The format of the date can be seen below:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on how to fix the measure?&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:16:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261421#M120616</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261455#M120619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568798" data-lia-user-login="redface94" class="lia-mention lia-mention-user"&gt;redface94&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TY Plan HC =
SUMX (
    FILTER (
        ALL ( gloria_view_all ),
        gloria_view_all[Attribute] = "costs"
            &amp;amp;&amp;amp; gloria_view_all[gloria_value_types] = "020"
            &amp;amp;&amp;amp; gloria_view_all[Date] = 12
    ),
    gloria_view_all[headcount]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 May 2023 09:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261455#M120619</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261634#M120643</link>
      <description>&lt;P&gt;thank you but unfortuntelly the proposed measured returns blank as result&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:26:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261634#M120643</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261674#M120650</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568798" data-lia-user-login="redface94" class="lia-mention lia-mention-user"&gt;redface94&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If the dax presented in your question returns a value then it would be extremely surprizing if my dax returns blank!&lt;/P&gt;
&lt;P&gt;I took the following from your dax:&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;gloria_view_all[Date] = 12&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;which I suspect perhaps not correct. Perhaps you mean to say: &lt;STRONG&gt;&lt;EM&gt;MONTH (&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;gloria_view_all[Date] ) = 12&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261674#M120650</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261705#M120654</link>
      <description>&lt;P&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;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[headcount]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;AND(gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"costs"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[gloria_value_types]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"020"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MONTH(gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;)))))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:03:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261705#M120654</guid>
      <dc:creator>devanshi</dc:creator>
      <dc:date>2023-05-31T11:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261719#M120655</link>
      <description>&lt;P&gt;sorry, I have tried so many formulas, I was confused. Yes, you are right, the result of my measure was blank. I tried with a different one and it was showing me only the value from that selected month, not December.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:16:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261719#M120655</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261721#M120656</link>
      <description>&lt;P&gt;It does not work, I get the following message: "Too many arguments were passed to the AND function. The maximum argument count for the function is 2."&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:17:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261721#M120656</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261747#M120661</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568798" data-lia-user-login="redface94" class="lia-mention lia-mention-user"&gt;redface94&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Have you tried this?&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TY Plan HC =
SUMX (
    FILTER (
        ALL ( gloria_view_all ),
        gloria_view_all[Attribute] = "costs"
            &amp;amp;&amp;amp; gloria_view_all[gloria_value_types] = "020"
            &amp;amp;&amp;amp; MONTH ( gloria_view_all[Date] ) = 12
    ),
    gloria_view_all[headcount]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 May 2023 11:45:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261747#M120661</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T11:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261781#M120663</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I've tried the measure, with 1 additonal bracket, because the one above it is not working, and it returnes 10600, instead of 916, which should be correct: TY Plan HC = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Attribute]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"costs"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[gloria_value_types]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"020"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;gloria_view_all&lt;/SPAN&gt;&lt;SPAN&gt;[headcount]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 11:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261781#M120663</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261823#M120670</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568798" data-lia-user-login="redface94" class="lia-mention lia-mention-user"&gt;redface94&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;That was my last measure:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TY Plan HC =
SUMX (
    FILTER (
        ALL ( gloria_view_all ),
        gloria_view_all[Attribute] = "costs"
            &amp;amp;&amp;amp; gloria_view_all[gloria_value_types] = "020"
            &amp;amp;&amp;amp; MONTH ( gloria_view_all[Date] ) = 12
    ),
    gloria_view_all[headcount]
)&lt;/LI-CODE&gt;
&lt;P&gt;Changing the location of closing bracket to keep the 12 inside is wrong! please provide some screenshots for better understanding.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:18:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261823#M120670</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T12:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261864#M120672</link>
      <description>&lt;P&gt;I think we are close in getting a good result! With the measure above now I can see the total but unfortunatelly it is not distinguishes between the HC type. The measure shows 962 everywhere, which is the total. Normally I have 919 Heads, thereof 1 leased, thereof 45 working students:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 12:35:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261864#M120672</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261953#M120677</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568798" data-lia-user-login="redface94" class="lia-mention lia-mention-user"&gt;redface94&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Pleaser try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TY Plan HC =
SUMX (
    FILTER (
        CALCULATETABLE ( gloria_view_all, ALL ( loria_view_all[Date] ) ),
        gloria_view_all[Attribute] = "costs"
            &amp;amp;&amp;amp; gloria_view_all[gloria_value_types] = "020"
            &amp;amp;&amp;amp; MONTH ( gloria_view_all[Date] ) = 12
    ),
    gloria_view_all[headcount]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 May 2023 13:13:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3261953#M120677</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T13:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: need urgent help with a DAX formula (SUM for a specific month only)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3262050#M120683</link>
      <description>&lt;P&gt;it works! thank you so much for all your support, much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:49:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/need-urgent-help-with-a-DAX-formula-SUM-for-a-specific-month/m-p/3262050#M120683</guid>
      <dc:creator>redface94</dc:creator>
      <dc:date>2023-05-31T13:49:54Z</dc:date>
    </item>
  </channel>
</rss>

