<?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: Event count for a period of time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657349#M78643</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you can PM me to do a quick zoom to look together if you want&lt;/P&gt;</description>
    <pubDate>Sun, 24 Jul 2022 08:38:00 GMT</pubDate>
    <dc:creator>SpartaBI</dc:creator>
    <dc:date>2022-07-24T08:38:00Z</dc:date>
    <item>
      <title>Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657315#M78635</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;try to explain by excel, my table only have few item of event in a peroid of time,&lt;/P&gt;&lt;P&gt;then I would create an autocalendar and countif event on happen on this calender&lt;/P&gt;&lt;P&gt;=COUNTIFS(Sheet1!$D$2:$D$5,"&amp;lt;"&amp;amp;A2, Sheet1!$E$2:$E$5,"&amp;gt;"&amp;amp;A2, Sheet1!$C$2:$C$5,"=TW")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do it by power BI, if i do it in excel the detail in power BI cannot interact&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* old message&lt;/P&gt;&lt;P&gt;how to count for event in a peroid of time&lt;/P&gt;&lt;P&gt;if i have 4 excel for different supplier&lt;/P&gt;&lt;P&gt;each have 3 to 6 events in last year&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;date = &lt;/SPAN&gt;&lt;SPAN&gt;CALENDAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dim_event[early date on schedule]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;all&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;dim_event[latest date on schedule]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;then i have 350 item in my date table as prefer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and 1 only have 15 item total form all of my excel, and all event have open and close date&lt;/P&gt;&lt;P&gt;we only count event between open and close&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i count for the opened event with the 350 days auto date?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;not the trend for every date&lt;/P&gt;&lt;P&gt;old message*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 03:03:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657315#M78635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-25T03:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657349#M78643</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you can PM me to do a quick zoom to look together if you want&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 08:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657349#M78643</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-24T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657989#M78687</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Just found the solution by indirect way and it works&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Count = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(EventTable,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND(EventTable[Location]="TW"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt;(EventTable[Open date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Dates]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(EventTable[Close date&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;EventTable[Close date]&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;Dates[Dates]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Jul 2022 04:00:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2657989#M78687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-25T04:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667709#M79394</link>
      <description>&lt;P&gt;I just found this method will lost interact with the source table.&lt;/P&gt;&lt;P&gt;once i try to filter the event type, there still count for all, and can't find away to solve it yeah&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:36:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667709#M79394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667738#M79398</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;hey can you ping me tomorrow and we could do a quick zoom and look together if you want&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667738#M79398</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-28T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667752#M79401</link>
      <description>&lt;P&gt;what time do you prefer?&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 16:12:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667752#M79401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T16:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667773#M79404</link>
      <description>&lt;P&gt;Anytime between now - 7 hours and now -2 , just ping me here and I will find a time shortly after your ping me&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 16:26:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667773#M79404</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-28T16:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667785#M79407</link>
      <description>&lt;P&gt;well, could you help me now, had pm you&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 16:33:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667785#M79407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T16:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667826#M79413</link>
      <description>&lt;P&gt;sorry i am confused for now -7 and now-2 means,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this better to use&amp;nbsp;&lt;A href="https://www.timeanddate.com/worldclock/usa/los-angeles" target="_blank" rel="noopener"&gt;Los Angeles&lt;/A&gt;, CA, USA TIME 19:30, and this will be 10:30 in my time zone,&lt;/P&gt;&lt;P&gt;so what is your prefer time period in LA time???&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 17:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667826#M79413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T17:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667888#M79425</link>
      <description>&lt;P&gt;Didn't undersrand &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; What is your time now? Just answer with your time when you reply&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 17:51:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2667888#M79425</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-28T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2668234#M79462</link>
      <description>&lt;P&gt;taiwan time zone&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 22:27:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2668234#M79462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T22:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Event count for a period of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2668715#M79501</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;are you free now?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 06:46:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Event-count-for-a-period-of-time/m-p/2668715#M79501</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-07-29T06:46:37Z</dc:date>
    </item>
  </channel>
</rss>

