<?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 the number of items for a certain date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/692036#M601</link>
    <description>&lt;P&gt;This should do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure =&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt; ( &lt;SPAN&gt;'TicketTable'&lt;/SPAN&gt;, &lt;SPAN&gt;'TicketTable'[ClosedDate]&lt;/SPAN&gt; &amp;lt;&amp;gt; &lt;SPAN&gt;BLANK&lt;/SPAN&gt; () )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously replace the table and column names with the actual object names that exist in your PBI model.&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 18:22:52 GMT</pubDate>
    <dc:creator>mlavey24</dc:creator>
    <dc:date>2019-05-15T18:22:52Z</dc:date>
    <item>
      <title>Counting the number of items for a certain date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/691899#M598</link>
      <description>&lt;P&gt;I have a ticketing system that gives me a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Work Order number&lt;/P&gt;&lt;P&gt;-A open date&lt;/P&gt;&lt;P&gt;-a closed date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a line graph that will show on a week by week basis how many open tickets on a particular date. I'm struggling with the DAX logic that will show on date XXXX that a ticket is open based on the open and closed dates.&amp;nbsp; Can anyone help me out?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 15:16:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/691899#M598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-15T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the number of items for a certain date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/692036#M601</link>
      <description>&lt;P&gt;This should do the trick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure =&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt; (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt; ( &lt;SPAN&gt;'TicketTable'&lt;/SPAN&gt;, &lt;SPAN&gt;'TicketTable'[ClosedDate]&lt;/SPAN&gt; &amp;lt;&amp;gt; &lt;SPAN&gt;BLANK&lt;/SPAN&gt; () )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously replace the table and column names with the actual object names that exist in your PBI model.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 18:22:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/692036#M601</guid>
      <dc:creator>mlavey24</dc:creator>
      <dc:date>2019-05-15T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the number of items for a certain date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/693094#M614</link>
      <description>&lt;P&gt;Thanks! That works! So simple...ugh!&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 19:23:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Counting-the-number-of-items-for-a-certain-date/m-p/693094#M614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-16T19:23:21Z</dc:date>
    </item>
  </channel>
</rss>

