<?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: How to ignore a slicer for one measure , but apply it on others in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510899#M29344</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dax worked well and i was not used it before in proper way. Finally done with solution. Thanks once again!&lt;/P&gt;&lt;P&gt;calculate(divide([TotalSales],[TotalPeriodCount]), allexcept(Table, Table[product]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 23 Nov 2020 11:36:28 GMT</pubDate>
    <dc:creator>ravikora</dc:creator>
    <dc:date>2020-11-23T11:36:28Z</dc:date>
    <item>
      <title>How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509216#M29306</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Required to keep measure (AvgLTD) values unchanged/constant in that row filter context, regardless of slicer selection (Period).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was actually already tried with REMOVEFILTERS() and ALL dax functions but not worked.&lt;/P&gt;&lt;P&gt;Below are tables to understand everyone on my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1- DIM&lt;/P&gt;&lt;P&gt;Id, Date, Period&lt;BR /&gt;1 1/1/2020 Jan&lt;BR /&gt;2 1/2/2020 Feb&lt;BR /&gt;3 1/3/2020 Mar&lt;BR /&gt;4 1/4/2020 Apr&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table 2 - FACT&lt;/P&gt;&lt;P&gt;Period_Id, Name, TotalSales, AverageSales(TotalSales/SlicerSelectionCount), AvgLTD(Totalsales/TotalPeriodCount)&lt;BR /&gt;1&amp;nbsp; &amp;nbsp;Product1&amp;nbsp; &amp;nbsp;120&amp;nbsp; &amp;nbsp;60&amp;nbsp; &amp;nbsp; &amp;nbsp;30&lt;BR /&gt;2&amp;nbsp; &amp;nbsp;Product2&amp;nbsp; &amp;nbsp;400&amp;nbsp; &amp;nbsp;200&amp;nbsp; &amp;nbsp;100&lt;BR /&gt;3&amp;nbsp; &amp;nbsp;Product3&amp;nbsp; &amp;nbsp;30&amp;nbsp; &amp;nbsp; &amp;nbsp;15&amp;nbsp; &amp;nbsp; &amp;nbsp;7.5&lt;BR /&gt;4&amp;nbsp; &amp;nbsp;Product4&amp;nbsp; &amp;nbsp;200&amp;nbsp; &amp;nbsp;100&amp;nbsp; &amp;nbsp;50&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Slicer used to filter data:&lt;/P&gt;&lt;P&gt;Period&lt;BR /&gt;Jan&lt;BR /&gt;Feb&lt;BR /&gt;Mar&lt;BR /&gt;Apr&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. Both Table 1 and 2 has inner join on 'Id' and 'Period_Id'&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In this sample 'AverageSales' are calucalted for 'Jan-Feb' period selection from slicer.&lt;/P&gt;&lt;P&gt;3. 'AvgLTD' calculated on 'TotalSales/TotalPeriodCount'&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;Can anyone please help me for solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2020 14:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509216#M29306</guid>
      <dc:creator>ravikora</dc:creator>
      <dc:date>2020-11-22T14:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509647#M29316</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="271727" data-lia-user-login="ravikora" class="lia-mention lia-mention-user"&gt;ravikora&lt;/a&gt; ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try a measure like&lt;/P&gt;
&lt;P&gt;calculate(divide([TotalSales],[TotalPeriodCount]), allexcept(Table, Table[product]))&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 02:06:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509647#M29316</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-23T02:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509910#M29324</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="271727" data-lia-user-login="ravikora" class="lia-mention lia-mention-user"&gt;ravikora&lt;/a&gt;&amp;nbsp; =[TotalSales]/calculate(distinctcount(dimtable[period]),all(dimtable))&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 05:34:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1509910#M29324</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-11-23T05:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510446#M29339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="271727" data-lia-user-login="ravikora" class="lia-mention lia-mention-user"&gt;ravikora&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try allexcept DAX, for clarification pls check this video&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/QDiyN4fUsds" target="_blank"&gt;https://youtu.be/QDiyN4fUsds&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mohammed Adnan&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/taik18" target="_blank" rel="noopener"&gt;www.youtube.com/taik18&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 09:20:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510446#M29339</guid>
      <dc:creator>mohammedadnant</dc:creator>
      <dc:date>2020-11-23T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510899#M29344</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dax worked well and i was not used it before in proper way. Finally done with solution. Thanks once again!&lt;/P&gt;&lt;P&gt;calculate(divide([TotalSales],[TotalPeriodCount]), allexcept(Table, Table[product]))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Nov 2020 11:36:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510899#M29344</guid>
      <dc:creator>ravikora</dc:creator>
      <dc:date>2020-11-23T11:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510903#M29345</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 11:38:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510903#M29345</guid>
      <dc:creator>ravikora</dc:creator>
      <dc:date>2020-11-23T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore a slicer for one measure , but apply it on others</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510906#M29346</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="207485" data-lia-user-login="mohammedadnant" class="lia-mention lia-mention-user"&gt;mohammedadnant&lt;/a&gt;&amp;nbsp;i will see.. thanks very much.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 11:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-ignore-a-slicer-for-one-measure-but-apply-it-on-others/m-p/1510906#M29346</guid>
      <dc:creator>ravikora</dc:creator>
      <dc:date>2020-11-23T11:39:15Z</dc:date>
    </item>
  </channel>
</rss>

