<?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: Filter is not working with All SELECTED in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034774#M13722</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would you expect to see, if you expecting to see the percentage of total regardless of the filter context then you can use ALL() instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Please feel free to connect with me.&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/mariusz-repczynski-065a7362/" target="_blank"&gt; LinkedIn &lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 Apr 2020 15:06:33 GMT</pubDate>
    <dc:creator>Mariusz</dc:creator>
    <dc:date>2020-04-19T15:06:33Z</dc:date>
    <item>
      <title>Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034754#M13714</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I need your help with dax powerbi. I have difficulty solving for this hours but couldnt solve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;I have measure which divides the sum of sku/total sum of sku to get the percentage.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;SKU Stock Contribution (%)&lt;/STRONG&gt; = DIVIDE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM(Query1[stock_stock_value]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(SUM(Query1[stock_stock_value]),ALLSELECTED(Query1)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;BR /&gt;There are three filters that I used date, product and distrirbutor filter but whenever I used the product filter the values changes to&lt;STRONG&gt; 100%.&amp;nbsp;&lt;/STRONG&gt;This only happens when I used the product filter and this only affects with this Measure other measures are not affected. I'm guessing its because of the "ALLSELECTED"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Need your help&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:51:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034754#M13714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-19T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034757#M13716</link>
      <description>&lt;P&gt;Could be. Could be a missing relationship. Could be a few other things. Would need to see how your data is laid out, is everything in a single table? Can you provide sample data to reproduce the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:51:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034757#M13716</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-19T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034759#M13717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try ALLSELECTED() without specifying a table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Please feel free to connect with me.&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/mariusz-repczynski-065a7362/" target="_blank"&gt; LinkedIn &lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:51:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034759#M13717</guid>
      <dc:creator>Mariusz</dc:creator>
      <dc:date>2020-04-19T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034762#M13718</link>
      <description>&lt;P&gt;You might consider replacing ALLSELECTED with an ALLEXCEPT or REMOVEFILTERS. Not certain what filters you want to keep and what you want to remove for your "ALL" part of your calculation.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:52:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034762#M13718</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-19T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034763#M13719</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm not really sure with the "ALL SELECTED" but I cannot get the percentage of sku sum/total sku sum without it. If I remove it the result is 100% all data.&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 15:00:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034763#M13719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-19T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034765#M13720</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81408" data-lia-user-login="Mariusz" class="lia-mention lia-mention-user"&gt;Mariusz&lt;/a&gt;, I can see the 100% whenever I selected the product&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 14:57:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034765#M13720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-19T14:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034770#M13721</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; - Sample data posted as text to recreate would really help.&amp;nbsp;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It sounds like you have a SKU. And SKU's are grouped into Groups. You have some other dimensions. You want to calculate a particular SKU's impact on a Group keeping your other dimension selections such as date, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is a fairly sophisticated calculation and depends greatly on exactly how your data is laid out.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 15:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034770#M13721</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-19T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034774#M13722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What would you expect to see, if you expecting to see the percentage of total regardless of the filter context then you can use ALL() instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Please feel free to connect with me.&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/mariusz-repczynski-065a7362/" target="_blank"&gt; LinkedIn &lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 15:06:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034774#M13722</guid>
      <dc:creator>Mariusz</dc:creator>
      <dc:date>2020-04-19T15:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034814#M13724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81408" data-lia-user-login="Mariusz" class="lia-mention lia-mention-user"&gt;Mariusz&lt;/a&gt;, Thank you for tryring to help me&lt;BR /&gt;Here is an example of my data&lt;BR /&gt;I have&amp;nbsp; Table A columns&amp;nbsp; SKU Product, SKU Value, SKU Distributor, Sku date&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I put SKU Product and SKU value in table 1 then I used product, distributor and date as a filter.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Chart Table 1:&lt;/STRONG&gt;&lt;BR /&gt;SKU NAME&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SKU VALUE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Distributor&lt;BR /&gt;SKU A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 24&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Distrubutor A&amp;nbsp; &amp;nbsp;&lt;BR /&gt;SKU B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Distrubutor A&amp;nbsp; &amp;nbsp;&lt;BR /&gt;SKU C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Distrubutor B&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Chart Table 2:&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;Distrubutor Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TOTAL SKU VALUE&lt;BR /&gt;Distrubutor A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 180&lt;BR /&gt;Distrubutor B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;200&lt;BR /&gt;Distirbutor C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300&lt;BR /&gt;&lt;BR /&gt;I used the same field/column called Sku_Value in both tables the difference is in first table I used product and in second is distributor. The measure that I need to do is get the percentage of the sku&lt;BR /&gt;&lt;STRONG&gt;Formula: SKU %=&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;SKU Value(Chart Table 1) / Total SKU value(Chart Table 2)&amp;nbsp; * 100 %.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hence I have the measure:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SKU Stock Contribution (%) = DIVIDE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM(Query1[stock_stock_value]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(SUM(Query1[stock_stock_value]), ALLSELECTED(Query1))).&lt;BR /&gt;&lt;BR /&gt;Problem is i'm not too sure with the "allselected" it causes an issue in the product filter only.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hope this helps, Thank you so much&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2020 16:13:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034814#M13724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-19T16:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034904#M13736</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this measures work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total SKU SUM DIST = SUM(Data14[TOTAL SKU Value])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM SKU by Dist = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(SUMX(Data13,Data13[SKU]),ALLEXCEPT(Data14,Data14[Distrubutor Name]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SKU Stock Contribution(%) = Divide([SUM SKU by Dist],[Total SKU SUM DIST],0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Data13 is ChartTable1 and Data14 is ChartTable2&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I added some more dummy values to validate my results and it seems to work fine.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Harsh Nathani&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Apr 2020 18:16:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/1034904#M13736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-19T18:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter is not working with All SELECTED</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/3311571#M123821</link>
      <description>Genius!</description>
      <pubDate>Sun, 02 Jul 2023 17:31:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-is-not-working-with-All-SELECTED/m-p/3311571#M123821</guid>
      <dc:creator>vandromartins</dc:creator>
      <dc:date>2023-07-02T17:31:46Z</dc:date>
    </item>
  </channel>
</rss>

