<?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: Counting time values that is more than 00:00:05 in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429832#M26656</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You forgot a comma between DATE(2020,01,01) &lt;STRONG&gt;,&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; (and before eCRSStat)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 08:56:09 GMT</pubDate>
    <dc:creator>themistoklis</dc:creator>
    <dc:date>2020-10-13T08:56:09Z</dc:date>
    <item>
      <title>Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429675#M26648</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to DAX and am struggling to find the formula for this. What I want to do it count anything in a coloumn that is greater than 00:00:05 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a picture of the collumn I need to calculate, sorry I cant show you more as this is sensitive data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any comments are welcome&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 07:46:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429675#M26648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T07:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429737#M26650</link>
      <description>&lt;LI-CODE lang="cpp"&gt;CALCULATE('TABLE'[COL],'TABLE'[COL]&amp;gt;=TIMEVALUE("00:00:05"))&lt;/LI-CODE&gt;&lt;P&gt;some adjustments should be needed according to your model&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:08:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429737#M26650</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2020-10-13T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429785#M26651</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try the following formulas&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;Measure1 = CALCULATE(COUNT('SHEET1'[ID]),FILTER('SHEET1'[TIMEFIELD]&amp;gt;=TIME(0,0,5)))

Measure2 = CALCULATE(COUNT('SHEET1'[ID]),FILTER('SHEET1'[DATEFIELD]&amp;gt;=DATE(2020,10,12), 'SHEET1'[TIMEFIELD]&amp;gt;=TIME(0,0,5)))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:37:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429785#M26651</guid>
      <dc:creator>themistoklis</dc:creator>
      <dc:date>2020-10-13T08:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429796#M26653</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="264353" data-lia-user-login="wdx223_Daniel" class="lia-mention lia-mention-user"&gt;wdx223_Daniel&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, would this be a measure of an added column?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:43:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429796#M26653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429801#M26654</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="61168" data-lia-user-login="themistoklis" class="lia-mention lia-mention-user"&gt;themistoklis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first measure gave me these results&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:44:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429801#M26654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T08:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429821#M26655</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="61168" data-lia-user-login="themistoklis" class="lia-mention lia-mention-user"&gt;themistoklis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The second measure is erroring giving me the following message:&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;Sorry for being a pain&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:48:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429821#M26655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T08:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429832#M26656</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You forgot a comma between DATE(2020,01,01) &lt;STRONG&gt;,&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; (and before eCRSStat)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429832#M26656</guid>
      <dc:creator>themistoklis</dc:creator>
      <dc:date>2020-10-13T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429843#M26657</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="61168" data-lia-user-login="themistoklis" class="lia-mention lia-mention-user"&gt;themistoklis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the comma it is still returning an error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Tue, 13 Oct 2020 08:57:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429843#M26657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429866#M26658</link>
      <description>&lt;P&gt;Sorry&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please replace comma with &amp;amp;&amp;amp;&amp;nbsp; (2 &lt;SPAN&gt;ampersand&lt;/SPAN&gt;)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 09:18:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1429866#M26658</guid>
      <dc:creator>themistoklis</dc:creator>
      <dc:date>2020-10-13T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Counting time values that is more than 00:00:05</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1430075#M26663</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , A new column &lt;/P&gt;
&lt;P&gt;If(Table[col] &amp;gt;time(0,0,5),1,0)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 10:43:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-time-values-that-is-more-than-00-00-05/m-p/1430075#M26663</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-13T10:43:55Z</dc:date>
    </item>
  </channel>
</rss>

