<?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: Creating a calculated column from another table based on date criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684639#M482</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; how about store? Does that matter? I noticed campaigns are by store&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2019 17:21:14 GMT</pubDate>
    <dc:creator>parry2k</dc:creator>
    <dc:date>2019-05-06T17:21:14Z</dc:date>
    <item>
      <title>Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/683803#M460</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;A title="" href="https://1drv.ms/u/s!AuheBS0uRNVlmDUEDXEaHHVbHbJY" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;Example file with Sales and Mailers Tables&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="" href="https://1drv.ms/u/s!AuheBS0uRNVlmDbsV9gwzDZltdkj" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;Example End Product Conversion Chart by Campaign&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We help boat dealers sell boats, we do marketing for them.&lt;/P&gt;&lt;P&gt;I have 2 tables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Mailer table – telling us who we physically mailed a marketing campaign to (as well as details on the mailer)&lt;/LI&gt;&lt;LI&gt;Sales Table – telling us who actually bought our widget&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm looking to visualize conversions by different physical mail "Campaign" we send out. Right now there’s no column in our Sales table that says which campaign resulted in a sale.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to add a “Last attributed Campaign” column in my Sales Table so I can look at (Count of campaign type mailed [Mailers Table]) /(Count of campaign type resulting in a sale [Sales Table]) – to get conversion by campaign. All I need is the column in the sales table to do this.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Complex If / Vlookup type request&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How can we&amp;nbsp;add a “Last Attributed Campaign” column into the Sales table with the below conditions?&lt;/LI&gt;&lt;OL&gt;&lt;LI&gt;Look at the “Deal Date” in the Sales Table, and if it is on the 13th&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the month or before, then the column should return the Campaign from the previous month or earlier, whatever is latest.&lt;/LI&gt;&lt;OL&gt;&lt;LI&gt;For example, if someone bought a boat on May 5th,&amp;nbsp; we want to attribute that Boat sale to the "Campaign" that was sent before May.&lt;/LI&gt;&lt;/OL&gt;&lt;LI&gt;If the deal date is on the 14th&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of the month or after, simply return the most recent "Campaign" sent – could be the same month&lt;/LI&gt;&lt;LI&gt;Every row in the Sales table should be filled in based on what’s in the Mailer table.&lt;/LI&gt;&lt;/OL&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 04 May 2019 12:37:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/683803#M460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-04T12:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684637#M480</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; quick question, I think you want to get the campaign id based on store / customer, not only just dealdate&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684637#M480</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684638#M481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; - Yes, you are right, sorry for the confusion!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically the last Campaign the customer received before they actually bought a boat, based on those date criterias.&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684638#M481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684639#M482</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; how about store? Does that matter? I noticed campaigns are by store&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:21:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684639#M482</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T17:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684640#M483</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;Store is important because we send campaigns on behalf of a store, but it's really which campaign triggered the customer to buy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I can show which campaigns are performing well for individual stores.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help on this!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:24:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684640#M483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T17:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684641#M484</link>
      <description>&lt;P&gt;We can send the same type of campaign to multiple stores&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684641#M484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T17:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684643#M485</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; before i go deep into it, can you check if following campaign id i calculated for each dealdate looks correct based on the logic you provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:26:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684643#M485</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T17:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684644#M486</link>
      <description>&lt;P&gt;I reviewed this post when I was researching my problem but I think it is off point.&amp;nbsp; I have a string of tables that are related to one another Booking =&amp;gt; Order =&amp;gt; Division.&amp;nbsp; I am trying to create a calculated column in my Booking table based on something in my Division table.&amp;nbsp; I beleive I need to create two related statements with the lookupvalue statement but am not sure how to do this.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:27:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684644#M486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684653#M487</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; this is how sales looks like against each campaign based on the data, does it make sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 17:40:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684653#M487</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684676#M488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; - sorry for late response - everything in your original table looks correct, except for 2 callouts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Customer ID BM0001118195, the answer should be M1, not M5&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Customer ID BM000190996 – should be M1 not M5&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 06 May 2019 18:16:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684676#M488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T18:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684683#M489</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;I have solution ready, let me know where you want to send me. &lt;FONT&gt;atleast this will get you started. Although on larger schema I will improve/make changes to data model.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:24:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684683#M489</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684685#M490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that looks right if all the numbers for Campaign sales are correct, I think I only saw 2 examples that didn't flow through, but the below is absolutely correct for what I'm looking for !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I'm able to add the "Campaign Attributed" Column in the Sales table - I should be able to break out the performance of campaigns for different dealers as well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:25:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684685#M490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T18:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684690#M492</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;- if you're not able to add it here (feel free if you prefer to add for anyone else to see), I have google drive or one-drive, not sure what works best for you to share?&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 18:32:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684690#M492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T18:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684753#M495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again, do you mind uploading to this one-drive folder please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/f/s!AuheBS0uRNVlmDiCBAHEaJ7Yt-LV" target="_blank"&gt;https://1drv.ms/f/s!AuheBS0uRNVlmDiCBAHEaJ7Yt-LV&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 20:20:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684753#M495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-06T20:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684755#M496</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; attached with this reply.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2019 20:22:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/684755#M496</guid>
      <dc:creator>parry2k</dc:creator>
      <dc:date>2019-05-06T20:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/686956#M542</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp; Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 01:13:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/686956#M542</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-09T01:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/696441#M702</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;- sorry for late response, just a follow up to better understand campaign sales in the mailers table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How exactly does this formula below work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives me the right answer, but having trouble following the logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Campaing Sales = CALCULATE( COUNTROWS( Sales ), TREATAS( VALUES( Mailers[Campaign] ), Sales[Campaign] ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 May 2019 23:39:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/696441#M702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-21T23:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a calculated column from another table based on date criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/698501#M744</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507" data-lia-user-login="parry2k" class="lia-mention lia-mention-user"&gt;parry2k&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a bit more research, and It would be a ton of help if I could understand the logic below, but also I'm wondering why we didn't use a summarize along with customer id so we join on both customer id and mailers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to be doing everything correctly, but I saw others using a summarize function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Campaing Sales = CALCULATE( COUNTROWS( Sales ), TREATAS( VALUES( Mailers[Campaign] ), Sales[Campaign] ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 May 2019 14:37:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-calculated-column-from-another-table-based-on-date/m-p/698501#M744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-23T14:37:16Z</dc:date>
    </item>
  </channel>
</rss>

