<?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: Difference between 2 mesures in only month 9 every year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2098002#M47840</link>
    <description>&lt;P&gt;&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;I tired my formula with an other files containing simple data and it gives me logical result. The problem that I faced in this case is that when I do filters on date the values of the original mesures ( ['Geplant'] and ['Aktuals(K)'] ) that I'm using to calculate the result are changing. Is there any workaround to bypass this issue or I need first to work on the&amp;nbsp;['Geplant'] and ['Aktuals(K)'] to make their result stable even when I do date filters? Is a mesure considerated to be valid if give me the wanted result even if filter make it given different result ?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Sep 2021 10:21:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-25T10:21:33Z</dc:date>
    <item>
      <title>Difference between 2 mesures in only month 9 every year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2089103#M47547</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I need to create a dax formula that calculate the difference between 2 mesures in month 9 of every year.&lt;/P&gt;&lt;P&gt;I used this formulat:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Geplaned-Actuals-difference = CALCULATE(Abfrage1[Geplant],MONTH(Abfrage1[fiscaldate])=9)-CALCULATE(Abfrage1[Actuals(k)],MONTH(Abfrage1[fiscaldate])=9)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;and it didnt give me a logical result. what should I change ?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 15:32:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2089103#M47547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-21T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 2 mesures in only month 9 every year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2089355#M47558</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , a measure like this with help from date table &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year]) &amp;amp;&amp;amp; 'Date'[Month] = 9))&lt;BR /&gt;Last Year = CALCULATE(sum('Table'[Qty]),filter(ALL('Date'),'Date'[Year]=max('Date'[Year])-1 &amp;amp;&amp;amp; 'Date'[Month] = 9 ))&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 17:53:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2089355#M47558</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-09-21T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between 2 mesures in only month 9 every year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2098002#M47840</link>
      <description>&lt;P&gt;&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;I tired my formula with an other files containing simple data and it gives me logical result. The problem that I faced in this case is that when I do filters on date the values of the original mesures ( ['Geplant'] and ['Aktuals(K)'] ) that I'm using to calculate the result are changing. Is there any workaround to bypass this issue or I need first to work on the&amp;nbsp;['Geplant'] and ['Aktuals(K)'] to make their result stable even when I do date filters? Is a mesure considerated to be valid if give me the wanted result even if filter make it given different result ?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Sep 2021 10:21:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Difference-between-2-mesures-in-only-month-9-every-year/m-p/2098002#M47840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-25T10:21:33Z</dc:date>
    </item>
  </channel>
</rss>

