<?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: Need DAX for Total Summing Subtotal instead of Calculating Total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4273190#M169512</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687592" data-lia-user-login="etane" class="lia-mention lia-mention-user"&gt;etane&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I created these data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can try to create these measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Factor = 
ROUNDDOWN(SUM('Table'[Sales]) / 10000, 0)
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Factor1 = 
SUMX(ALLEXCEPT('Table','Table'[Salesperson]),[Factor])
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Bonus = 
[Factor1] * 1000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If your Current Period does not refer to this, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 01:42:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-07T01:42:56Z</dc:date>
    <item>
      <title>Need DAX for Total Summing Subtotal instead of Calculating Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4273128#M169509</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I am trying to use DAX to calculate Bonus in a Matrix table.&amp;nbsp; Bonus is Factor x $1,000.&amp;nbsp; And, Factor is Sales divided by $10,000 rounded down.&amp;nbsp; In example below, Factor should be 6 at the Salesperson level.&amp;nbsp; However, at the manager level, 7 is calculated.&amp;nbsp; But, I need the sum to be calculated at the Salesperson level to multiple against the Bonus amount which is 6 x $1,000 = $6,000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I need a new DAX for factor, but I don't know how to write a DAX that doesn't take the Manager level sum into consideration.&amp;nbsp; Please help me write one.&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;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 23:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4273128#M169509</guid>
      <dc:creator>etane</dc:creator>
      <dc:date>2024-11-06T23:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX for Total Summing Subtotal instead of Calculating Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4273190#M169512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687592" data-lia-user-login="etane" class="lia-mention lia-mention-user"&gt;etane&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I created these data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can try to create these measures.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Factor = 
ROUNDDOWN(SUM('Table'[Sales]) / 10000, 0)
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Factor1 = 
SUMX(ALLEXCEPT('Table','Table'[Salesperson]),[Factor])
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Bonus = 
[Factor1] * 1000&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If your Current Period does not refer to this, please clarify in a follow-up reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 01:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4273190#M169512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T01:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX for Total Summing Subtotal instead of Calculating Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4274454#M169580</link>
      <description>&lt;P&gt;Hi Clara.&lt;/P&gt;&lt;P&gt;Is there a DAX that would remove the Manager but keep everything else instead of keeping only the Salesperson but removing everything else?&amp;nbsp; I tried using Removefilter but maybe I am not applying it correctly.&amp;nbsp; Unsaid in the opening post, there are other filters applied to this table, so I don't want to remove these filters in the DAX.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 17:36:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4274454#M169580</guid>
      <dc:creator>etane</dc:creator>
      <dc:date>2024-11-07T17:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need DAX for Total Summing Subtotal instead of Calculating Total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4275325#M169615</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687592" data-lia-user-login="etane" class="lia-mention lia-mention-user"&gt;etane&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really understand your needs very well.&amp;nbsp;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&amp;nbsp;We can better understand the problem and help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Clara Gong&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 08:42:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-DAX-for-Total-Summing-Subtotal-instead-of-Calculating-Total/m-p/4275325#M169615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-08T08:42:02Z</dc:date>
    </item>
  </channel>
</rss>

