<?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: Apply one slicer to different columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207760#M52011</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338474" data-lia-user-login="oliverblane" class="lia-mention lia-mention-user"&gt;oliverblane&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you test my code for math card?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Nov 2021 12:43:55 GMT</pubDate>
    <dc:creator>VahidDM</dc:creator>
    <dc:date>2021-11-25T12:43:55Z</dc:date>
    <item>
      <title>Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207325#M51993</link>
      <description>&lt;P&gt;I have a table similar to the following:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My aim is to have cards that show the number of assessments where the "Days" column is &amp;lt;= 5, with a slicer on the level (Levels 1/2/3). I have a separate Level table that I have built relationships to each of the Maths/English/Science Level columns which I slice on:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model looks like the following:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Where the active relationship is Level -&amp;gt; English Level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My DAX formulas are like:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;Maths = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Data'[Maths Level]&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;'Data'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'Data'[Maths Days]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;USERELATIONSHIP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Data'[Maths Level]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Slicer'[Level]&lt;/SPAN&gt;&lt;SPAN&gt;)) + &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and similar for the English and Science. However, only the English measure has the expected values when applying the slicer "Level". Am I doing something wrong? I thought that USERELATIONSHIP would make the chosen inactive relationship become active?&lt;BR /&gt;&lt;BR /&gt;Sample file:&amp;nbsp;&lt;A href="https://1drv.ms/u/s!AsgvTV9XMzI1hYRb7VJx2OFLw6_z4g" target="_blank"&gt;https://1drv.ms/u/s!AsgvTV9XMzI1hYRb7VJx2OFLw6_z4g&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for reading!&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:17:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207325#M51993</guid>
      <dc:creator>oliverblane</dc:creator>
      <dc:date>2021-11-25T12:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207650#M52006</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338474" data-lia-user-login="oliverblane" class="lia-mention lia-mention-user"&gt;oliverblane&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is that "'Learner Info Daily" table??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Maths =
CALCULATE(
    COUNT( 'Data'[Maths Level] ),
    FILTER( ALLEXCEPT('Data','Data'[Maths Level]), 'Data' &amp;lt;= 5 ),
    USERELATIONSHIP ( 'Data'[Maths Level], 'Slicer'[Level] )
) + 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if it does not work:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you post sample data as text and expected output? or share a PBIX [Power BI file] after removing sensetive data?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;The most important parts are:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;BR /&gt;4. Relation between your tables&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;helps&lt;/SPAN&gt;&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;accepting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it as the solution&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 11:31:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207650#M52006</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-11-25T11:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207726#M52010</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;, thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AsgvTV9XMzI1hYRb7VJx2OFLw6_z4g" target="_blank"&gt;https://1drv.ms/u/s!AsgvTV9XMzI1hYRb7VJx2OFLw6_z4g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a PBIX file with sample data. When no slicer is selected, the output of the 3 cards should be Maths=5, English=6, Science=7, but as you will see, only English is correct. This is the same when the slicers are selected, for example when Level 1 is selected, the cards should show Maths=1, English=3, Science=2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Also, the learner info daily table was me forgetting to change a table name when writing the question - sorry!).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:16:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207726#M52010</guid>
      <dc:creator>oliverblane</dc:creator>
      <dc:date>2021-11-25T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207760#M52011</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338474" data-lia-user-login="oliverblane" class="lia-mention lia-mention-user"&gt;oliverblane&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you test my code for math card?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207760#M52011</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-11-25T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207788#M52014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I tried that code but unfortunately all it did was stop the measure from changing with the slicer.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 13:16:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2207788#M52014</guid>
      <dc:creator>oliverblane</dc:creator>
      <dc:date>2021-11-25T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208328#M52053</link>
      <description>&lt;P&gt;Transform your dataset in "a DAX way", then all things get much easier,&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 21:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208328#M52053</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-11-25T21:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208383#M52057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338474" data-lia-user-login="oliverblane" class="lia-mention lia-mention-user"&gt;oliverblane&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try these measures:&lt;/P&gt;&lt;LI-CODE lang="php"&gt;English = 
CALCULATE(
    COUNT( 'Data'[English Level] ),
    FILTER( Data, 'Data'[English Days] &amp;lt;= 5 ),
    USERELATIONSHIP ( 'Data'[English Level], 'Slicer'[Level] )
) + 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;Maths = 
CALCULATE(
    COUNT( 'Data'[Maths Level] ),
    'Data'[Maths Days] &amp;lt;= 5, REMOVEFILTERS(Data[English Level]),
    USERELATIONSHIP ( 'Data'[Maths Level], 'Slicer'[Level] )
) + 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;Science = 
CALCULATE(
    COUNT( 'Data'[Science Level] ),
     'Data'[Science Days] &amp;lt;= 5 ,REMOVEFILTERS(Data[English Level]),
    USERELATIONSHIP ( 'Data'[Science Level], 'Slicer'[Level] )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&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;&lt;img /&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;helps&lt;/SPAN&gt;&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;accepting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it as the solution&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 22:51:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208383#M52057</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-11-25T22:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208958#M52080</link>
      <description>&lt;P&gt;This worked perfectly - thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="315278" data-lia-user-login="VahidDM" class="lia-mention lia-mention-user"&gt;VahidDM&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 08:12:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208958#M52080</guid>
      <dc:creator>oliverblane</dc:creator>
      <dc:date>2021-11-26T08:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208980#M52083</link>
      <description>&lt;P&gt;Thank you for your reply&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="250150" data-lia-user-login="CNENFRNL" class="lia-mention lia-mention-user"&gt;CNENFRNL&lt;/a&gt;, I agree that having the data in that format makes things a lot easier. How would I transform my original dataset to that format using DAX?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 08:17:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2208980#M52083</guid>
      <dc:creator>oliverblane</dc:creator>
      <dc:date>2021-11-26T08:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply one slicer to different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2209325#M52089</link>
      <description>&lt;P&gt;I doubt it; even if possible, the complexity is beyond imagination. Above all, DAX isn't designed for ETL process in nature; all transformation of dataset is supposed to be conducted in PQ.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 11:04:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Apply-one-slicer-to-different-columns/m-p/2209325#M52089</guid>
      <dc:creator>CNENFRNL</dc:creator>
      <dc:date>2021-11-26T11:04:16Z</dc:date>
    </item>
  </channel>
</rss>

