<?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: Issue with Measure Total with an IF Statement in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2965620#M98964</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked for one of the Tcodes but not the others:&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;</description>
    <pubDate>Tue, 13 Dec 2022 14:42:34 GMT</pubDate>
    <dc:creator>Brad_Roberts</dc:creator>
    <dc:date>2022-12-13T14:42:34Z</dc:date>
    <item>
      <title>Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2963520#M98812</link>
      <description>&lt;P&gt;After reading many posts on this i'm still having issues with the total for Move-Out SF 2.&amp;nbsp; My row dax works fine but the total is not working.&amp;nbsp; Change SF is a measure of (Sum of All Area - Start SF) and I want to split that between two new measures (Move-In and Move-Out).&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;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 21:27:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2963520#M98812</guid>
      <dc:creator>Brad_Roberts</dc:creator>
      <dc:date>2022-12-12T21:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2963979#M98842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="481005" data-lia-user-login="Brad_Roberts" class="lia-mention lia-mention-user"&gt;Brad_Roberts&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use&lt;/P&gt;
&lt;P&gt;Move-Out SF2 =&lt;BR /&gt;SUMX (&lt;BR /&gt;VALUES ( 'Tenency Data'[Tcode] ),&lt;BR /&gt;VAR ChangeSF = [Change SF] RETURN IF ( ChangeSF &amp;lt; 0, ChangeSF )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 03:23:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2963979#M98842</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-13T03:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2965620#M98964</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked for one of the Tcodes but not the others:&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;</description>
      <pubDate>Tue, 13 Dec 2022 14:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2965620#M98964</guid>
      <dc:creator>Brad_Roberts</dc:creator>
      <dc:date>2022-12-13T14:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2965672#M98972</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="481005" data-lia-user-login="Brad_Roberts" class="lia-mention lia-mention-user"&gt;Brad_Roberts&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the name of this column? Is ot from the same table?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 15:01:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2965672#M98972</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-13T15:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966269#M99010</link>
      <description>&lt;P&gt;Property Code, same table for both snips.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 19:44:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966269#M99010</guid>
      <dc:creator>Brad_Roberts</dc:creator>
      <dc:date>2022-12-13T19:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966290#M99012</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="481005" data-lia-user-login="Brad_Roberts" class="lia-mention lia-mention-user"&gt;Brad_Roberts&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Move-Out SF2 =&lt;BR /&gt;SUMX (&lt;BR /&gt;SUMMARIZE (&lt;BR /&gt;'Tenency Data',&lt;BR /&gt;'Tenency Data'[Property Code],&lt;BR /&gt;'Tenency Data'[Tcode]&lt;BR /&gt;),&lt;BR /&gt;VAR ChangeSF = [Change SF] RETURN IF ( ChangeSF &amp;lt; 0, ChangeSF )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 20:01:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966290#M99012</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-13T20:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Measure Total with an IF Statement</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966345#M99019</link>
      <description>&lt;P&gt;Same result as before:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 20:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Issue-with-Measure-Total-with-an-IF-Statement/m-p/2966345#M99019</guid>
      <dc:creator>Brad_Roberts</dc:creator>
      <dc:date>2022-12-13T20:37:33Z</dc:date>
    </item>
  </channel>
</rss>

