<?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: Average tasks opened closed each day in specific month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2623836#M76552</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400039" data-lia-user-login="dodonald" class="lia-mention lia-mention-user"&gt;dodonald&lt;/a&gt; , Assume you already have formula for measure open task and close task &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then Avg is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values('Date'[Date]), [Open Task])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values('Date'[Date]), [Close Task])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How get open task and close work with same date table refer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2022 04:06:09 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-07-07T04:06:09Z</dc:date>
    <item>
      <title>Average tasks opened closed each day in specific month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2623121#M76504</link>
      <description>&lt;P&gt;I am trying to plot the monthly average of # of tasks created and closed each day. My data gives the date of Task Creation and, if closed, the date of Task Closure. I have an area chart that shows the count of opened and closed each day. It looks great! I'd like to add a SPECIFIC month's daily average # of Opened and Closed. (e.g. for image below, I'd like the average # opened/closed per day in June).&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added "Average Lines" to the graph (the 2 horizontal lines), but the values do not change when I change the scale of the graph, so I think it's giving me the daily average for ALL the data, not just the month in the graph. I'd like to be able to determine the rates for May, June, July, etc. independently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 16:38:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2623121#M76504</guid>
      <dc:creator>dodonald</dc:creator>
      <dc:date>2022-07-06T16:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Average tasks opened closed each day in specific month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2623836#M76552</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400039" data-lia-user-login="dodonald" class="lia-mention lia-mention-user"&gt;dodonald&lt;/a&gt; , Assume you already have formula for measure open task and close task &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then Avg is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values('Date'[Date]), [Open Task])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Averagex(Values('Date'[Date]), [Close Task])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How get open task and close work with same date table refer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-trend/ba-p/882970&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 04:06:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2623836#M76552</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-07T04:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Average tasks opened closed each day in specific month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2628516#M76788</link>
      <description>&lt;P&gt;&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; Thanks! The formulas seem to work. I am not sure how to get the average line to appear on the daily graph, unless I create a constant line and manually enter the value. Can you advise?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:22:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2628516#M76788</guid>
      <dc:creator>dodonald</dc:creator>
      <dc:date>2022-07-08T22:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Average tasks opened closed each day in specific month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2635280#M77238</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="400039" data-lia-user-login="dodonald" class="lia-mention lia-mention-user"&gt;dodonald&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The line value is not supported in area chart, have you tried to use the line and clustered column chart instead?&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps,&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;then please consider&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 06:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-tasks-opened-closed-each-day-in-specific-month/m-p/2635280#M77238</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-07-13T06:04:56Z</dc:date>
    </item>
  </channel>
</rss>

