<?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 Calculation change with drill down in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/994791#M12435</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to calculate percentage of principal outstanding at state and branch level but my denominator will change for State and Branch.&lt;BR /&gt;My dax is not behaving correctly for State as I drill up. it is keeping denominator of branchname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Loan No&lt;/TD&gt;&lt;TD&gt;State&lt;/TD&gt;&lt;TD&gt;BranchName&lt;/TD&gt;&lt;TD&gt;POS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;Nasik&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;Indore&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;Nasik&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;jaiselmer&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;nagpur&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;Indore&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;bhopal&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My DAX is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF(HASONEVALUE('Summarized MIS'[State]),'Summarized MIS'[POS]/CALCULATE(SUM('Summarized MIS'[POS]), ALLEXCEPT('Summarized MIS','Summarized MIS'[State])),'Summarized MIS'[POS]/CALCULATE(SUM('Summarized MIS'[POS]), ALLEXCEPT('Summarized MIS','Summarized MIS'[BranchName])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it is working for BranchName but not for State.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;the value should change dynamically as I drill up or drill down.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Mar 2020 07:30:20 GMT</pubDate>
    <dc:creator>analytics_ISFC</dc:creator>
    <dc:date>2020-03-27T07:30:20Z</dc:date>
    <item>
      <title>Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/994791#M12435</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to calculate percentage of principal outstanding at state and branch level but my denominator will change for State and Branch.&lt;BR /&gt;My dax is not behaving correctly for State as I drill up. it is keeping denominator of branchname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Loan No&lt;/TD&gt;&lt;TD&gt;State&lt;/TD&gt;&lt;TD&gt;BranchName&lt;/TD&gt;&lt;TD&gt;POS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;Nasik&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;Indore&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;Nasik&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;Jaipur&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;Rajasthan&lt;/TD&gt;&lt;TD&gt;jaiselmer&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;Maharashtra&lt;/TD&gt;&lt;TD&gt;nagpur&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;Indore&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;MP&lt;/TD&gt;&lt;TD&gt;bhopal&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My DAX is:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF(HASONEVALUE('Summarized MIS'[State]),'Summarized MIS'[POS]/CALCULATE(SUM('Summarized MIS'[POS]), ALLEXCEPT('Summarized MIS','Summarized MIS'[State])),'Summarized MIS'[POS]/CALCULATE(SUM('Summarized MIS'[POS]), ALLEXCEPT('Summarized MIS','Summarized MIS'[BranchName])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;it is working for BranchName but not for State.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;the value should change dynamically as I drill up or drill down.&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Mar 2020 07:30:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/994791#M12435</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995123#M12442</link>
      <description>&lt;P&gt;I have been stuck at this problem for a very long time and it is highly important for me to find a solution. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 10:34:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995123#M12442</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995182#M12446</link>
      <description>This does not look to be a measure. It's a calculated column, right?&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 27 Mar 2020 11:09:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995182#M12446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T11:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995194#M12448</link>
      <description>&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;Measure is throwing a different result altogether.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 11:15:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995194#M12448</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995250#M12450</link>
      <description>OK... So, why don't you calculate this in Power Query? This is, in fact, the place to do this.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 27 Mar 2020 11:56:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995250#M12450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T11:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995331#M12457</link>
      <description>&lt;P&gt;State and Branch are reference columns and you cant see them in Power Query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know how this can be written in Power query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way you can help in write a calculated column or calculated measure that would help me achieve my objective?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 12:59:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995331#M12457</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995484#M12461</link>
      <description>&lt;P&gt;With hierarchies, it's always tricky in Power BI. I think this is what you were asking for... Check the file attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:17:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995484#M12461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T17:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995565#M12464</link>
      <description>&lt;P&gt;the file is not opening&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feedback Type:&lt;BR /&gt;Frown (Error)&lt;/P&gt;&lt;P&gt;Error Message:&lt;BR /&gt;Object reference not set to an instance of an object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 15:13:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995565#M12464</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T15:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995812#M12470</link>
      <description>&lt;P&gt;It does open on my side without a problem. I just click the file, it gets downloaded and it opens in PBI Desktop without a glitch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what's in the file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this what you wanted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attach the file again but the first link is working correctly as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995812#M12470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T17:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995831#M12471</link>
      <description>&lt;P&gt;I used your solution but it showing 100% for all the scenarios.&lt;/P&gt;&lt;P&gt;When i apply any filter, the value should change, but this is not happening.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 17:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995831#M12471</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T17:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995907#M12475</link>
      <description>Well, the calculation is relative to what's been selected. If you want an absolute calculation, you have to change the measure.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 27 Mar 2020 18:17:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995907#M12475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995914#M12476</link>
      <description>&lt;P&gt;That is where i am stuck. i dont know how to proceed with it. i want my calculations to change dynamically with applied filter.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 18:22:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/995914#M12476</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-27T18:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996031#M12481</link>
      <description>&lt;P&gt;Check out this final version. It has 2 measures. One that's relative to the selection in the slicer---% Parent (rel)---and another one that's absolute---% Parent (abs). One of them is the one you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 19:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996031#M12481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-27T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996371#M12513</link>
      <description>&lt;P&gt;For this solution to work, branch and state should be in different tables. But I have them in the same table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 08:23:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996371#M12513</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-28T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996390#M12516</link>
      <description>If you do have them in the same table, then you should change it. Please try to learn something about proper dimensional design:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA&amp;amp;t=1247s" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&amp;amp;t=1247s&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Sat, 28 Mar 2020 09:08:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996390#M12516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-28T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation change with drill down</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996430#M12522</link>
      <description>&lt;P&gt;Okay, thanks for the help&lt;/P&gt;</description>
      <pubDate>Sat, 28 Mar 2020 10:43:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-change-with-drill-down/m-p/996430#M12522</guid>
      <dc:creator>analytics_ISFC</dc:creator>
      <dc:date>2020-03-28T10:43:10Z</dc:date>
    </item>
  </channel>
</rss>

