<?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: Help with DAX measure - Count values if &amp;gt; than in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862746#M150906</link>
    <description>&lt;P&gt;That's because your measure is asking if the count of sickness days is greater than 27, not counting the number of instances that the number of days was over 27.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you can show a sample of data with no sensitive information, that'd help&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 14:48:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-23T14:48:22Z</dc:date>
    <item>
      <title>Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862733#M150904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Struggling with a DAX measure. Hope somebody can help?&lt;/P&gt;&lt;P&gt;I have a table listing employees and the number of days sickness thay have had in a particular month.&lt;/P&gt;&lt;P&gt;I'm trying to create a measure to count the number of instances where sickness days were greater than 27..&lt;/P&gt;&lt;P&gt;So far I have got this measure:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Number of LTS Incidents = COUNT(Sickness[Calendar Days])&amp;gt;27&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Which is giving the answer &lt;STRONG&gt;True&lt;/STRONG&gt;. instead of a number.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Can anybody advise me where I am going wrong please? I'm sure this is a pretty simple DAX calculation, I just can't work it out!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:41:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862733#M150904</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2024-04-23T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862746#M150906</link>
      <description>&lt;P&gt;That's because your measure is asking if the count of sickness days is greater than 27, not counting the number of instances that the number of days was over 27.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you can show a sample of data with no sensitive information, that'd help&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:48:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862746#M150906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862794#M150908</link>
      <description>&lt;P&gt;Here's some sample data:&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measure should be returning the value 4&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:02:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862794#M150908</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2024-04-23T15:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862800#M150909</link>
      <description>&lt;P&gt;calculate(distinctcount(employer No), calendar days &amp;gt; 27)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3862800#M150909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-23T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3864434#M150965</link>
      <description>&lt;P&gt;Thanks. I've uploaded some sample data above.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 07:00:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3864434#M150965</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2024-04-24T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3864657#M150973</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp; Thanks for your contribution on this thread.&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="554477" data-lia-user-login="Fusilier2" class="lia-mention lia-mention-user"&gt;Fusilier2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;has provide the solution, please check if it can return your expected result.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = CALCULATE(DISTINCTCOUNT('Table'[Employee No]),'Table'[Calendar Days]&amp;gt;27)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 08:04:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3864657#M150973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865336#M150994</link>
      <description>&lt;P&gt;That worked. Thank you.&lt;/P&gt;&lt;P&gt;How would I change the DAX expression to sum all the calendar days greater than 27 instead of count the instances?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 11:58:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865336#M150994</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2024-04-24T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865391#M150998</link>
      <description>&lt;P&gt;calculate(sum(calendar days), calendar days &amp;gt; 27)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:12:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865391#M150998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T12:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865415#M151000</link>
      <description>&lt;P&gt;Thank you so much, your help is really appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was part way there! Much to learn in DAX...&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:20:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865415#M151000</guid>
      <dc:creator>Fusilier2</dc:creator>
      <dc:date>2024-04-24T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with DAX measure - Count values if &gt; than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865421#M151001</link>
      <description>&lt;P&gt;Much to learn, keep going!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 12:22:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-with-DAX-measure-Count-values-if-gt-than/m-p/3865421#M151001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-24T12:22:28Z</dc:date>
    </item>
  </channel>
</rss>

