<?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: National Sum of commission not working when selecting 2 or more office countries in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4661528#M178508</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651369" target="_blank"&gt;@arpit_dhawan&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 15:36:29 GMT</pubDate>
    <dc:creator>v-kathullac</dc:creator>
    <dc:date>2025-04-21T15:36:29Z</dc:date>
    <item>
      <title>National Sum of commission not working when selecting 2 or more office countries</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4619870#M176810</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached 3 screenshots for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is I want to calculate and show the national sum of commission against each office. There are 2 more parameters which are to be considered (Partner Tag and Intake) which are both Text type columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the thing is that the measure that I have created is working fine till the time that the selection has only one Office Country selected. As soon as I select one more country, the national sum aggregates the commission for both the countries and then displays that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it to show the same number even if multiple countries are selected.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Measure:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tblStudentApplications&lt;/SPAN&gt;&lt;SPAN&gt;[Commission]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;REMOVEFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tblStudentApplications&lt;/SPAN&gt;&lt;SPAN&gt;[Office Name]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;tblStudentApplications&lt;/SPAN&gt;&lt;SPAN&gt;[Office Country]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;tblStudentApplications&lt;/SPAN&gt;&lt;SPAN&gt;[Intake]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;tblStudentApplications&lt;/SPAN&gt;&lt;SPAN&gt;[Partner Tag]&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;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Correct ones:&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The aggregation:&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Mar 2025 12:43:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4619870#M176810</guid>
      <dc:creator>arpit_dhawan</dc:creator>
      <dc:date>2025-03-21T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: National Sum of commission not working when selecting 2 or more office countries</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4620158#M176825</link>
      <description>&lt;P&gt;Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CALCULATE (
    SUM ( tblStudentApplications[Commission] ),
    REMOVEFILTERS ( tblStudentApplications[Office Name] ),
    SUMMARIZE (
        tblStudentApplications,
        tblStudentApplications[Office Country],
        tblStudentApplications[Intake],
        tblStudentApplications[Partner Tag]
    )
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 21 Mar 2025 16:15:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4620158#M176825</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2025-03-21T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: National Sum of commission not working when selecting 2 or more office countries</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4657908#M178343</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="651369" data-lia-user-login="arpit_dhawan" class="lia-mention lia-mention-user"&gt;arpit_dhawan&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 15:55:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4657908#M178343</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-17T15:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: National Sum of commission not working when selecting 2 or more office countries</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4661528#M178508</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651369" target="_blank"&gt;@arpit_dhawan&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 15:36:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4661528#M178508</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-21T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: National Sum of commission not working when selecting 2 or more office countries</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4671578#M178940</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651369" target="_blank"&gt;@arpit_dhawan&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;/P&gt;
&lt;P&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaithanya.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:56:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/National-Sum-of-commission-not-working-when-selecting-2-or-more/m-p/4671578#M178940</guid>
      <dc:creator>v-kathullac</dc:creator>
      <dc:date>2025-04-28T16:56:26Z</dc:date>
    </item>
  </channel>
</rss>

