<?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: Slicer Application Order in Dax in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3128126#M111195</link>
    <description>&lt;P&gt;As far as I can tell, that will remove the store context entirely which is not what I'd like to do.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 13:37:08 GMT</pubDate>
    <dc:creator>leahschneider</dc:creator>
    <dc:date>2023-03-13T13:37:08Z</dc:date>
    <item>
      <title>Slicer Application Order in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3122073#M110763</link>
      <description>&lt;P&gt;Is there a way to change the order in which a slicer acts on a DAX equation? For example I want to see a total sales amount for all products that sold more than 100 units. I have a slicer on store. When the slicer shows one store, the DAX equation of CALCULATE(SUM(Sales), Quantity &amp;gt; 100) would show the total sales in that store for each product that sold more than 100 units in that store. The slicer is applied before the calculate. What I'd like to do is to show the total sales in that store for each product that sold more than 100 units in total (not in the selected store). The slicer is applied after the quantity calculation but before the sum.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 16:33:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3122073#M110763</guid>
      <dc:creator>leahschneider</dc:creator>
      <dc:date>2023-03-09T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Application Order in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3122333#M110791</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="17915" data-lia-user-login="leahschneider" class="lia-mention lia-mention-user"&gt;leahschneider&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interesting and legitimate requirement.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;i am afraid not, but&amp;nbsp;you can use ALL to ignore the store context,&amp;nbsp;&lt;/SPAN&gt;try like:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SUM(Sales),&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Quantity &amp;gt; 100,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; ALL(TableName[Store])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 19:23:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3122333#M110791</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-03-09T19:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slicer Application Order in Dax</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3128126#M111195</link>
      <description>&lt;P&gt;As far as I can tell, that will remove the store context entirely which is not what I'd like to do.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 13:37:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Slicer-Application-Order-in-Dax/m-p/3128126#M111195</guid>
      <dc:creator>leahschneider</dc:creator>
      <dc:date>2023-03-13T13:37:08Z</dc:date>
    </item>
  </channel>
</rss>

