<?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 Dynamically find the previous 3 months average in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/716453#M19674</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm newbie to this forum and here is my first post. I am trying to create a column that shows the prev 3 months avg.&lt;/P&gt;&lt;P&gt;forecasted&amp;nbsp; dynamically. Evey new months added to the&amp;nbsp; table automatically will calculate the previous 3 month average. ex.&amp;nbsp; for April will calculate the previos average of Feb, Mar and Apr while for June will calculate the previous avg of May, April and March.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the Total Good% and IN Process% here is the formula:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Good% = Total Good / Total IN&lt;/P&gt;&lt;P&gt;IN Process% = IN Process / Total IN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the previous 3 Months avg the formula is:&amp;nbsp;&amp;nbsp;( Total Good% * prev. 3 months average of&amp;nbsp; Total Good%) + TOtal Good%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample_Prev_3 Months_avg.jpg" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/171163iABED616C1CA416F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample_Prev_3 Months_avg.jpg" alt="Sample_Prev_3 Months_avg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2019 09:27:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-17T09:27:05Z</dc:date>
    <item>
      <title>Dynamically find the previous 3 months average</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/716453#M19674</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm newbie to this forum and here is my first post. I am trying to create a column that shows the prev 3 months avg.&lt;/P&gt;&lt;P&gt;forecasted&amp;nbsp; dynamically. Evey new months added to the&amp;nbsp; table automatically will calculate the previous 3 month average. ex.&amp;nbsp; for April will calculate the previos average of Feb, Mar and Apr while for June will calculate the previous avg of May, April and March.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the Total Good% and IN Process% here is the formula:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total Good% = Total Good / Total IN&lt;/P&gt;&lt;P&gt;IN Process% = IN Process / Total IN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the previous 3 Months avg the formula is:&amp;nbsp;&amp;nbsp;( Total Good% * prev. 3 months average of&amp;nbsp; Total Good%) + TOtal Good%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample_Prev_3 Months_avg.jpg" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/171163iABED616C1CA416F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample_Prev_3 Months_avg.jpg" alt="Sample_Prev_3 Months_avg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 09:27:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/716453#M19674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-17T09:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically find the previous 3 months average</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/719791#M19719</link>
      <description>&lt;P&gt;Could someone help me to find a solution or idea using DAX expression. By the way, I'm new in PBI and DAX. Thanks.&lt;/P&gt;&lt;P&gt;Below is a sample data&lt;/P&gt;&lt;PRE&gt;dt	total IN	Total OUT	Good	 OUT% 	Good%	3MonthsFcst
2/1/2019	79606	51384	0	0.65	0.00	
3/1/2019	84194	61211	0	0.73	0.00	
4/1/2019	92458	67807	0	0.73	0.00	
5/1/2019	94531	66988	95	0.71	0.10	70.93%
6/1/2019	29832	18181	2903	0.61	9.73	67.98%&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 07:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/719791#M19719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-20T07:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically find the previous 3 months average</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/720602#M19725</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;- I just noticed this hadn't had much traction and took a look and it seems like a DAX problem rather than something that needs developer focus. You might get a faster response in the &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/bd-p/DAXCommands" target="_self"&gt;DAX Forum of the community&lt;/A&gt;, as a lot more people frequent that one and are more readily available to assist you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 20:17:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/720602#M19725</guid>
      <dc:creator>dm-p</dc:creator>
      <dc:date>2019-06-20T20:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically find the previous 3 months average</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/720943#M19731</link>
      <description>&lt;P&gt;Thank you for giving me the right direction to post my concerned.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 06:16:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamically-find-the-previous-3-months-average/m-p/720943#M19731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-21T06:16:27Z</dc:date>
    </item>
  </channel>
</rss>

