<?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: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957251#M11041</link>
    <description>&lt;P&gt;Oh, I think I got my ALL's in the wrong place then if you want ALL incidents regardless of group divided by the distinct members in just a group. Perhaps this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
    VAR __AllIncidents = COUNTROWS(ALL('Table'))
    VAR __AllGroupMembersInContext = COUNTROWS(DISTINCT('Table'[Member]))
RETURN
    __AllIncidents / __AllGroupMembersInContext &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, ALL incidents regardless of context divided by the members currently within context.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 16:19:13 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2020-03-03T16:19:13Z</dc:date>
    <item>
      <title>Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955681#M10951</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm attempting to work the following DAX based on the following table called Table1. Basically, I am attempting to get the number of incidents created per hour per member of Group A only and only counting null values of members in the total incident count being divided by. Any thoughts on how to go about this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Number&lt;/TD&gt;&lt;TD&gt;Group&lt;/TD&gt;&lt;TD&gt;Member&lt;/TD&gt;&lt;TD&gt;State&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;Tom&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;Tom&lt;/TD&gt;&lt;TD&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;null&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;Richard&lt;/TD&gt;&lt;TD&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;Harry&lt;/TD&gt;&lt;TD&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;Group A&lt;/TD&gt;&lt;TD&gt;Harry&lt;/TD&gt;&lt;TD&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;Group B&lt;/TD&gt;&lt;TD&gt;Jane&lt;/TD&gt;&lt;TD&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;Group C&lt;/TD&gt;&lt;TD&gt;John&lt;/TD&gt;&lt;TD&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 02 Mar 2020 17:46:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955681#M10951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T17:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955693#M10953</link>
      <description>&lt;P&gt;I read this through a few times and still not certain I am clear. What would be your expected results from the data you posted? Also, I do not see hour in your data.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 17:50:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955693#M10953</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-02T17:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955705#M10954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks for all your assistance previously. You are awesome sir!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know I don't have a date or date time column in there, but assume that there is on and these are all (2/29/2020 9:44:12 AM) with each hour incrememented by 1. We will refer to this column as Opened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm attempting to determine how many incidents were created each hour for a specific group (Group A) divided by the total count of members assigned to incidents. There are null or empty values at times, because the data is live and someone hasn't assigned it yet so member is blank. I still want to include the fact that there IS an incident created at the time however and reflect it in the total count of incidents for whatever time period is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this make sense?&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 17:59:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955705#M10954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T17:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955761#M10956</link>
      <description>&lt;P&gt;So like this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
    VAR __CurrentGroup = COUNTROWS('Table')
    VAR __AllMembers = COUNTROWS(DISTINCT(ALL('Table'[Member])))
RETURN
    __CurrentGroup / __AllMembers&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PBIX is attached.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 18:33:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955761#M10956</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-02T18:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955955#M10965</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;Very cool Greg, close but not quite what I think we are seeking. I've attached a sample PBIX file with test data. This contains more appropriate data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I can tell, this just takes the total incidents or events and then divides them by the distinct count of each analyst name that appears. This is sort of what I'm seeking, except I need to filter it to count ALL incidents (just like the first variable) regardless of whom they are assigned to at the moment - then divide that by the distinct count of names (assigned_to) that appears for just the group (assignment_group) SecOps Analysts (not SecOps Analysts 2 or SecOps Analyst 3).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then need to somehow take that number and possibly divide it by hours in the day (?) or something - as I'm attemptng to derive how many of these are created per hour per that analyst distinct count from earlier. This is referred to in the PBIX as EPAH or Events Per Analyst Hour&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955955#M10965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T21:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955961#M10966</link>
      <description>&lt;P&gt;Here's the PBIX file, I had to zip and store it on Github as I cannot use Onedrive or any other service.&amp;nbsp;&lt;A title="EVENTS-PER-ANALYST-HOUR.pbix.zip" href="https://github.com/R34rvi3w/PowerBI_Test-Data/files/4278062/EVENTS-PER-ANALYST-HOUR.pbix.zip" target="_self"&gt;https://github.com/R34rvi3w/PowerBI_Test-Data/files/4278062/EVENTS-PER-ANALYST-HOUR.pbix.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:47:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/955961#M10966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T21:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957190#M11036</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;I think I found something here. Not sure how this will affect performance though. What are your thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have a full DateTime table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Grouping-records-per-hour/m-p/716834" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Grouping-records-per-hour/m-p/716834&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I'm doing almost the same - except grouping them per hour and then per DC of analysts in a specific group (SecOps Analysts) only.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957190#M11036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T15:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957251#M11041</link>
      <description>&lt;P&gt;Oh, I think I got my ALL's in the wrong place then if you want ALL incidents regardless of group divided by the distinct members in just a group. Perhaps this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
    VAR __AllIncidents = COUNTROWS(ALL('Table'))
    VAR __AllGroupMembersInContext = COUNTROWS(DISTINCT('Table'[Member]))
RETURN
    __AllIncidents / __AllGroupMembersInContext &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, ALL incidents regardless of context divided by the members currently within context.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957251#M11041</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-03T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957396#M11053</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;I did forget to mention that I do have a Date table. I'm thinking I might be able to somehow use summarize or calculate in a function to determine records or incidents opened each day and divide them by 24 to get the EPH (Events or Incident Per Hour) I then can take that number and divide it by distinct count of analysts of the SecOps Analysts group observed per day. I would want to use all of them as below, because they are not all working the same day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you have a better idea of what you might use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I modify the following to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for being a super hero on these forums!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 18:03:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957396#M11053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T18:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957460#M11055</link>
      <description>&lt;P&gt;Well, I believe the modification would be along the lines of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
    VAR __AllIncidentsInCurrentDateContext = COUNTROWS(ALLEXCEPT('Table','Dates'[Date]))
    VAR __AllGroupMembersInContext = COUNTROWS(DISTINCT('Table'[Member]))
RETURN
    __AllIncidentsInCurrentDateContext / __AllGroupMembersInContext&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you should just have to modify the first variable to use ALLEXCEPT instead of ALL. ALLEXCEPT respects the specified filters and ignores all other filters.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 19:18:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957460#M11055</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-03-03T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957469#M11056</link>
      <description>&lt;P&gt;Thank you Greg. Let me give that a shot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment, I'm attempting to use the following and it has a very convincing number albeit likely not accurate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EPAH =&lt;BR /&gt;VAR __CurrentGroup = COUNT(Table4[Opened].[Date])&lt;BR /&gt;VAR __AllMembers = CALCULATE(DISTINCTCOUNT('Table4'[Assigned to]), 'Table4'[Assignment group] = "SecOps Analysts")&lt;BR /&gt;RETURN&lt;BR /&gt;__CurrentGroup / __AllMembers&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 19:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957469#M11056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T19:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957523#M11059</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;That's definitely not correct. I have 2336 incidents total and in reality, there are 14 analysts appearing (two as blanks for some reason) - bringing that number to what is shown 2233. I'm attaching the PBIX file again because I'm clearly missing something.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logically I would think the formula for this should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total number of incidents (with blank or null values) \ Total Number of Analysts in SecOps Analyst Group (no blanks) \ 3&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives us per total per shift. I presume we would then divide by 8 (hours in each shift) making closer to 2.6666&lt;/P&gt;&lt;P&gt;&lt;A title="Sample PBIX with Test Data" href="https://github.com/R34rvi3w/PowerBI_Test-Data/files/4283448/Events-Per-Analyst-Hour.pbix.zip" target="_self"&gt;https://github.com/R34rvi3w/PowerBI_Test-Data/files/4283448/Events-Per-Analyst-Hour.pbix.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 20:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957523#M11059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957547#M11061</link>
      <description>&lt;P&gt;Getting closer with removing that one null value in the sample PBIX file for Assigned To. Now I have only 505 which are blank.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EPAH =&lt;BR /&gt;VAR __AllIncidentsInCurrentDateContext = COUNTROWS(ALLEXCEPT('Date','Date'[Date]))&lt;BR /&gt;VAR __AllGroupMembersInContext = CALCULATE(DISTINCTCOUNTNOBLANK('Table4'[Assigned to]), FILTER(Table4, 'Table4'[Assignment group] = "SecOps Analysts"))&lt;BR /&gt;RETURN&lt;BR /&gt;__AllIncidentsInCurrentDateContext / __AllGroupMembersInContext&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However that filter is not working as expected... The number should be higher as you can see. I'd say once this is determined I can then divide by 3 and then 8&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:01:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957547#M11061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T21:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone have any thoughts on how to create incidents per hour per analyst in a group minus null value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957607#M11066</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="14361" data-lia-user-login="MFelix" class="lia-mention lia-mention-user"&gt;MFelix&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I think I've found about the closest I'm going to get to this answer below, but there are two questions I have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EPAH = COUNTROWS(Table4) / CALCULATE(DISTINCTCOUNTNOBLANK('Table4'[Assigned to]), FILTER(Table4, 'Table4'[Assignment group] = "SecOps Analysts")) / 3 / 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, I'm still getting 505 records being counted as an analyst in the second CALCUATE function even though they are blank and I'm using DISTINCTCOUNTNOBLANK, why is this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second, is there a means to use this is a KPI as I don't have a trend indicator but I'd like to see if it's up or down each day/week (either is fine). I do have a Date table in the sample PBIX I attached via Github.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:56:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Anyone-have-any-thoughts-on-how-to-create-incidents-per-hour-per/m-p/957607#M11066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T21:56:15Z</dc:date>
    </item>
  </channel>
</rss>

