<?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 measure with filters applied in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2556499#M72593</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Do you have a data model or just a table? Depending on that this maneuveur can be three measures:&lt;/P&gt;&lt;P&gt;New Total = SUM(Table[Donor Added])&lt;/P&gt;&lt;P&gt;Old Total = SUM(TableName[Donor Removed])&lt;/P&gt;&lt;P&gt;Change = [New Total] - [Old Total])&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to share sample data in pbix or excel, please do. Thanks..&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2022 00:02:43 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-06-03T00:02:43Z</dc:date>
    <item>
      <title>difference between measure with filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2556410#M72585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to calculate the difference for categoryies in the table below. My idea was that once i added up the number propensity added measure and the number propsentiy moved measure i would get the difference. Yet what i get is 0 when i add these 2 measures together. For example I want to get a column that has my excellent for my new table to be 96-54=42, very good being 450-322 = 128 etc. The number of rows here are just a countrow measure which i do not see a way to help me get the difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Number Propensity Added = CALCULATE(COUNT(DONOR_TABLE[Propensity Category]),FILTER(DONOR_TABLE,DONOR_TABLE[Propensity Category] &amp;lt;&amp;gt; DONOR_TABLE[Propensity Category Old]))+0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Number propensity Removed = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-CALCULATE(COUNT(DONOR_TABLE[Propensity Category Old]),FILTER(DONOR_TABLE,DONOR_TABLE[Propensity Category]&amp;lt;&amp;gt;DONOR_TABLE[Propensity Category Old]))+0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Any help is much appreciated!&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&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;</description>
      <pubDate>Thu, 02 Jun 2022 21:50:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2556410#M72585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-02T21:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: difference between measure with filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2556499#M72593</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Do you have a data model or just a table? Depending on that this maneuveur can be three measures:&lt;/P&gt;&lt;P&gt;New Total = SUM(Table[Donor Added])&lt;/P&gt;&lt;P&gt;Old Total = SUM(TableName[Donor Removed])&lt;/P&gt;&lt;P&gt;Change = [New Total] - [Old Total])&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to share sample data in pbix or excel, please do. Thanks..&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 00:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2556499#M72593</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-06-03T00:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: difference between measure with filters applied</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2558045#M72696</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Both the donor added and donor removed are measures and they can not be manipulated by the sum function. The way that i created these 2 measures are in the description.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sadly i can not share data, as it is confidential.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2022 13:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/difference-between-measure-with-filters-applied/m-p/2558045#M72696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-03T13:53:00Z</dc:date>
    </item>
  </channel>
</rss>

