<?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: DAX SUM formula not working when field is removed from Table visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2781993#M87056</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="347629" data-lia-user-login="Auto_queen" class="lia-mention lia-mention-user"&gt;Auto_queen&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
  VAR __Table = SUMMARIZE('Table','Table'[Name],"__Sum",SUM('Closing Report'[TR1_Adjusted_Fee_Amount_c[))
RETURN
  SUMX(__Table,[__Sum])&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 20 Sep 2022 21:52:13 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2022-09-20T21:52:13Z</dc:date>
    <item>
      <title>DAX SUM formula not working when field is removed from Table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2781977#M87054</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a simple formula&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Adjust Fee Amount =&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;('Closing Report'[TR1__Adjusted_Fee_Amount__c]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The total is correct when the "Name" field is added to the table visual, but when I remove the "Name" field the total is very wrong.&amp;nbsp; (See picture).&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this formula:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Adjust Fee Amount = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Closing Report'&lt;/SPAN&gt;&lt;SPAN&gt;[Name]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Closing Report'&lt;/SPAN&gt;&lt;SPAN&gt;[TR1__Adjusted_Fee_Amount__c]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it doesn't do anything. I'm very stuck. Please help.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Sep 2022 21:36:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2781977#M87054</guid>
      <dc:creator>Auto_queen</dc:creator>
      <dc:date>2022-09-20T21:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: DAX SUM formula not working when field is removed from Table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2781993#M87056</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="347629" data-lia-user-login="Auto_queen" class="lia-mention lia-mention-user"&gt;Auto_queen&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
  VAR __Table = SUMMARIZE('Table','Table'[Name],"__Sum",SUM('Closing Report'[TR1_Adjusted_Fee_Amount_c[))
RETURN
  SUMX(__Table,[__Sum])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Sep 2022 21:52:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2781993#M87056</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-09-20T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: DAX SUM formula not working when field is removed from Table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2782033#M87060</link>
      <description>&lt;P&gt;Worked thank you&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 22:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-SUM-formula-not-working-when-field-is-removed-from-Table/m-p/2782033#M87060</guid>
      <dc:creator>Auto_queen</dc:creator>
      <dc:date>2022-09-20T22:23:16Z</dc:date>
    </item>
  </channel>
</rss>

