<?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: Changing Static to Dynamic existing Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2579354#M73968</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;I just want to confirm if you resolved this issue? If yes,&amp;nbsp;&lt;U&gt;you can accept the answer helpful as the solution&lt;/U&gt;&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;U&gt;share you method and accept it as solution&lt;/U&gt;, thanks for your contribution to improve Power BI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;If you need more help, please let me know.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Community Support Team _Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2022 06:58:24 GMT</pubDate>
    <dc:creator>v-xiaotang</dc:creator>
    <dc:date>2022-06-15T06:58:24Z</dc:date>
    <item>
      <title>Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2552210#M72257</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hai All,&lt;BR /&gt;I am expecting a super solution for this requirement.&lt;BR /&gt;The requirement is&amp;nbsp; Currently I am working on a sales dashboard and every month&amp;nbsp; this report is having different versions of tables for eg&lt;BR /&gt;V5-May-2021, V6-June-2021 To V1 Jan-2022, and it goes so every month user will share the new version of data with the same schema.&lt;BR /&gt;The schema is following the same schema, so&amp;nbsp; I am using the append option. But The problem is after appending every time with a new version I want to change my version static value with a new version name like t&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so every time I want to change this measure manually with the new version&lt;BR /&gt;My requirement is instead of this static method how can I achieve this solution as dynamically&lt;BR /&gt;for eg (Instead of writing every time a new version name in this dax if I have another measure that contains an updated version so I can mention that here)&lt;BR /&gt;Note. this table has a column (version) and it consists of different versions of the table which appended&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 03:50:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2552210#M72257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T03:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553464#M72372</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Here is an answer. It's based on todays date? So this will work if you append right at beginning of month. At this point I settled to show June as 06 vs just 6. See file here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1jDui2LrqmDHCvVdjXfjCPzHc-WgaK7HC/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1jDui2LrqmDHCvVdjXfjCPzHc-WgaK7HC/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you would rather click on a Date from Slicer and get result we would change the TODAY() part with another variable&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UseDate = SELECTEDVALUE(Dates[Date]) if your Date Table is called "Dates" with Date field.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Version = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;MoNo&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;"MM"&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;MonthShort&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;"MMM"&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;Year2Space&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;"YY"&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;"V-"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;MoNo&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;"-"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;MonthShort&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;"-"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;Year2Space&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 16:55:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553464#M72372</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-06-01T16:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553503#M72378</link>
      <description>&lt;P&gt;Hai&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp; No this is not based on today's date.&lt;BR /&gt;I&amp;nbsp; just want to create anaother measure and instead of static i want to add that dynamic measure there&lt;BR /&gt;Requriement every month user send new version sales table with same schema so i appening and calendar is already created&amp;nbsp;&lt;BR /&gt;So i want to after appending new version and instead of typeing newversion as static i want my report automatically filter based on max version&lt;BR /&gt;Already sales table have version column that column consist of values from v5 may 2021 to v4 april 2022 and also i had created a version flag too&lt;BR /&gt;now i want to set this static measure as dynamic&amp;nbsp;&lt;BR /&gt;please help me to achieve this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 17:15:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553503#M72378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-01T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553531#M72382</link>
      <description>&lt;P&gt;Hi Alan:&lt;/P&gt;&lt;P&gt;Please send example data representing your model. Need more to work with. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 17:37:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553531#M72382</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-06-01T17:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553621#M72393</link>
      <description>&lt;P&gt;Hai&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="179903" data-lia-user-login="Whitewater100" class="lia-mention lia-mention-user"&gt;Whitewater100&lt;/a&gt;&amp;nbsp; please help me with this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is the data model master table contains all dimension values and the sales table is a fact table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the fact table here I will append every version of data in this particular table, I have a data of V5- May -2021 to v4- April-2022&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I had created a version flag so based on this report will understand the max of version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And user want to see the report based on the&lt;STRONG&gt; latest version&lt;/STRONG&gt; of data and they want to compare it with &lt;STRONG&gt;previous ones&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Requirmen&lt;/STRONG&gt;t is , After appedning every version table instead of write a static latest version(like which i marked in red)&lt;BR /&gt;I want to add dynamic latest version. And report should automatically&amp;nbsp; update with latest version.Even the new version of table appending&lt;BR /&gt;Hope it clear please reach out still you have any doubt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 03:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553621#M72393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T03:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553735#M72400</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;I hope this does it for you. I'm attaching file (AdventureWorks).&lt;/P&gt;&lt;P&gt;This file has three separate years of sales data in a folder, whicg is combined.&lt;/P&gt;&lt;P&gt;Notice a calculated column called File Name. *I have kept the source file names in this table. It's easier if your file names contain what you want displayed in the end.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CC in Sales Table &amp;gt;File Name = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;right&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RIGHT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AW_Sales[Source.Name]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;14&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;You can modify this example to match your file name. Which should be the column that says &lt;STRONG&gt;V5-May&lt;/STRONG&gt; with no modifacations.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Your measure = MAX(Table[Source Name]) &amp;amp; "-" &amp;amp;&amp;nbsp;&lt;SPAN&gt;FORMAT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;"YY"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This result should be &lt;STRONG&gt;V5-MAY-22.&amp;nbsp; V5-MAY is already a name you have in your table.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My Measure:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Version = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AW_Sales[File Name]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Result:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LEFT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;RIGHT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AW_Sales[Source.Name]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;14&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://drive.google.com/file/d/10vh5QiDRX4WXMBybt3XrrvPEd8wMCY0i/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/10vh5QiDRX4WXMBybt3XrrvPEd8wMCY0i/view?usp=sharing&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;There are other ways via power query to do this but I'm showing in DAX. I hpe this solves your question.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Jun 2022 20:47:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2553735#M72400</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-06-01T20:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Static to Dynamic existing Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2579354#M73968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="background: white;"&gt;&lt;SPAN&gt;I just want to confirm if you resolved this issue? If yes,&amp;nbsp;&lt;U&gt;you can accept the answer helpful as the solution&lt;/U&gt;&amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt;&amp;nbsp;&lt;U&gt;share you method and accept it as solution&lt;/U&gt;, thanks for your contribution to improve Power BI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;If you need more help, please let me know.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;Community Support Team _Tang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="background: white; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 06:58:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Static-to-Dynamic-existing-Dax/m-p/2579354#M73968</guid>
      <dc:creator>v-xiaotang</dc:creator>
      <dc:date>2022-06-15T06:58:24Z</dc:date>
    </item>
  </channel>
</rss>

