<?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: Can I combine sum total of the countx measure? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076515#M106982</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is sliced by?&lt;/P&gt;</description>
    <pubDate>Sun, 12 Feb 2023 13:15:58 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-02-12T13:15:58Z</dc:date>
    <item>
      <title>Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3070767#M106565</link>
      <description>&lt;P&gt;Hello master,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got stuck when I want to calculate the sum for the measure.&amp;nbsp;Can I add up the sum of the achievements with conditions of more than 6 months and a variance of more than 100%.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And this is my achievement measure :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Achievement = COUNTX(VALUES('Emp Data'[Emp ID]), if([Variance %] &amp;gt;= 1, [Emp ID], BLANK()))+0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 02:58:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3070767#M106565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-09T02:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3071665#M106652</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;What is the expected result?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 10:58:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3071665#M106652</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-09T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3074265#M106823</link>
      <description>&lt;P&gt;I want to know the achievement of the sales agent reaching the target every month,&amp;nbsp;example sales agent A in 1 year has reached the target (&amp;gt;= 100%) in 6 times.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:15:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3074265#M106823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-10T10:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3074279#M106826</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok but how are you planing to display this result? At the total row of the matrix (column totals) or in a separate table or in a card visual?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:20:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3074279#M106826</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-10T10:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076511#M106981</link>
      <description>&lt;P&gt;The desired results are displayed in a separate table&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 13:01:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076511#M106981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-12T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076515#M106982</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is sliced by?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 13:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076515#M106982</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-12T13:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076571#M106988</link>
      <description>&lt;P&gt;Sliced by month, for example if I filter November, it will count how many times the agent has reached the target until November&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 16:35:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076571#M106988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-12T16:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I combine sum total of the countx measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076598#M106991</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Count Achievements Above 100% =&lt;BR /&gt;SUMX (&lt;BR /&gt;FILTER (&lt;BR /&gt;CROSSJOIN ( VALUES ( 'Emp Data'[Emp ID] ), ALL ( 'Date'[Month] ) ),&lt;BR /&gt;'Date'[Month] &amp;lt;= SELECTEDVALUE ( 'Date'[Month] )&lt;BR /&gt;),&lt;BR /&gt;IF ( CALCULATE ( [Achievement], 'Date'[Month] = 'Date'[Month] ) &amp;gt;= 1, 1 )&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 18:16:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Can-I-combine-sum-total-of-the-countx-measure/m-p/3076598#M106991</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-12T18:16:49Z</dc:date>
    </item>
  </channel>
</rss>

