<?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: New measure to count any event over 24 hours in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088300#M108074</link>
    <description>&lt;P&gt;what do you mean slicing by? this is hours of start to end. the formula is putting hours/min into decimals to calculate easier.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 15:27:07 GMT</pubDate>
    <dc:creator>zurimae</dc:creator>
    <dc:date>2023-02-20T15:27:07Z</dc:date>
    <item>
      <title>New measure to count any event over 24 hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088261#M108070</link>
      <description>&lt;P&gt;Hi, i need to create a measure that will give me a count of any time over 24 hours.&amp;nbsp; For example these are in hours. as you can see only one is &amp;gt;24hours, but i need a measure that will count this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:13:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088261#M108070</guid>
      <dc:creator>zurimae</dc:creator>
      <dc:date>2023-02-20T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: New measure to count any event over 24 hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088292#M108072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="396472" data-lia-user-login="zurimae" class="lia-mention lia-mention-user"&gt;zurimae&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what are slicing by in this visual?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088292#M108072</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-02-20T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: New measure to count any event over 24 hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088300#M108074</link>
      <description>&lt;P&gt;what do you mean slicing by? this is hours of start to end. the formula is putting hours/min into decimals to calculate easier.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:27:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088300#M108074</guid>
      <dc:creator>zurimae</dc:creator>
      <dc:date>2023-02-20T15:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: New measure to count any event over 24 hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088371#M108079</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="396472" data-lia-user-login="zurimae" class="lia-mention lia-mention-user"&gt;zurimae&lt;/a&gt;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;DIV&gt;Count =&lt;DIV&gt;COUNTROWS(&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; FILTER(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; TableName,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;TableName[ColumnName]&amp;gt;=24&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:59:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088371#M108079</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-20T15:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: New measure to count any event over 24 hours</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088496#M108090</link>
      <description>&lt;P&gt;that worked! thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 16:56:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/New-measure-to-count-any-event-over-24-hours/m-p/3088496#M108090</guid>
      <dc:creator>zurimae</dc:creator>
      <dc:date>2023-02-20T16:56:32Z</dc:date>
    </item>
  </channel>
</rss>

