<?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 counting rows on the date column where the time &amp;gt; 5:30 pm in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401618#M128462</link>
    <description>&lt;P&gt;how can i&amp;nbsp;&lt;SPAN&gt;counting rows on the date column where the time &amp;gt; 5:30 pm&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 06:40:12 GMT</pubDate>
    <dc:creator>waleed55</dc:creator>
    <dc:date>2023-08-28T06:40:12Z</dc:date>
    <item>
      <title>counting rows on the date column where the time &gt; 5:30 pm</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401618#M128462</link>
      <description>&lt;P&gt;how can i&amp;nbsp;&lt;SPAN&gt;counting rows on the date column where the time &amp;gt; 5:30 pm&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 06:40:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401618#M128462</guid>
      <dc:creator>waleed55</dc:creator>
      <dc:date>2023-08-28T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: counting rows on the date column where the time &gt; 5:30 pm</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401676#M128466</link>
      <description>&lt;P&gt;I think you have a time column in your date table. You can do this with the measure below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# minutes after 0530 = 
CALCULATE(
    COUNTA(DateTable[TimeStamp])
    ,FILTER(DateTable, DateTable[TimeStamp] &amp;gt; TIME(05,30,0))
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:06:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401676#M128466</guid>
      <dc:creator>_halim</dc:creator>
      <dc:date>2023-08-28T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: counting rows on the date column where the time &gt; 5:30 pm</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401745#M128469</link>
      <description>&lt;P&gt;your code not work&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:51:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/counting-rows-on-the-date-column-where-the-time-gt-5-30-pm/m-p/3401745#M128469</guid>
      <dc:creator>waleed55</dc:creator>
      <dc:date>2023-08-28T07:51:20Z</dc:date>
    </item>
  </channel>
</rss>

