<?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 Bypass an explicit filter to have a global total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1836981#M39142</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a view where I show a total of spendings per month. Then I divide this total in four categories in the purpose of separate spendings less than, equal to (not remarquable), without comparision with or greater than the previous month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to show uniquely the values where the variation to the previous month is greater than 1% of the total of the current month. For instance, the first line of the category (Inferiores mas de 10% al mes anterior) is correct because the variation is greater than the total (30 970 000 / 100 = 309 700) but the fourth one is not supposed to appear. ((616 000 - 501 000) &amp;lt; 309 700)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My measure for the total global is this :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Mes actual general = CALCULATE([Mes actual], ALLSELECTED('Facturas Proveedores'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that when I use my measure "Total mes actual" which is supposed to be global, I have the total of the filtered category. I know that it is the normal behaviour of &lt;A href="https://docs.microsoft.com/en-us/dax/allselected-function-dax" target="_self"&gt;ALLSELECTED&lt;/A&gt; because we cannot remove the explicit filters however I would like to find a way to get this global value, either with DAX or modeling or any proposition you can make.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&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;</description>
    <pubDate>Tue, 11 May 2021 20:40:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-11T20:40:32Z</dc:date>
    <item>
      <title>Bypass an explicit filter to have a global total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1836981#M39142</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a view where I show a total of spendings per month. Then I divide this total in four categories in the purpose of separate spendings less than, equal to (not remarquable), without comparision with or greater than the previous month.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My objective is to show uniquely the values where the variation to the previous month is greater than 1% of the total of the current month. For instance, the first line of the category (Inferiores mas de 10% al mes anterior) is correct because the variation is greater than the total (30 970 000 / 100 = 309 700) but the fourth one is not supposed to appear. ((616 000 - 501 000) &amp;lt; 309 700)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My measure for the total global is this :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Mes actual general = CALCULATE([Mes actual], ALLSELECTED('Facturas Proveedores'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that when I use my measure "Total mes actual" which is supposed to be global, I have the total of the filtered category. I know that it is the normal behaviour of &lt;A href="https://docs.microsoft.com/en-us/dax/allselected-function-dax" target="_self"&gt;ALLSELECTED&lt;/A&gt; because we cannot remove the explicit filters however I would like to find a way to get this global value, either with DAX or modeling or any proposition you can make.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&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;</description>
      <pubDate>Tue, 11 May 2021 20:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1836981#M39142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-11T20:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bypass an explicit filter to have a global total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1837324#M39157</link>
      <description>&lt;P&gt;could it work to add a filter for that view, using a measure such as [actual]-[premonth]&amp;gt;=[global total]/100&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 03:05:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1837324#M39157</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2021-05-12T03:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bypass an explicit filter to have a global total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1839081#M39217</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally I think I found a solution on this topic :&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created two measures "1% complient" and "1% not complient", a disconnected table "Show or not" which I use as a slicer and the last measure "Measure to Show" which I use as a filter in my different matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a little bit tricky but the topic explains how to do it very clearly.&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 16:09:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bypass-an-explicit-filter-to-have-a-global-total/m-p/1839081#M39217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-12T16:09:14Z</dc:date>
    </item>
  </channel>
</rss>

