<?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: Growth Rate Trend in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/648766#M18864</link>
    <description>&lt;P&gt;Query updated.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2019 05:38:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-20T05:38:41Z</dc:date>
    <item>
      <title>Growth Rate Trend</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/647563#M18842</link>
      <description>&lt;P&gt;Hello Exparts,&lt;/P&gt;&lt;P&gt;I am trying to make a growth trend analysis, but unable to get that. Issue is pritty similar to this issue.&amp;nbsp;&lt;BR /&gt;I have a Calendar Table and Sales Table.&amp;nbsp;My Sample Duration is 24 months. Example, Jan2017 till Dec2018. Calendar table contains all 730 days. My Sales Table has Daily sales data. Now I need to project a 6 months Trend Chart with MOM growth.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to use a Month Slicer, to select month (Jan 2018, Feb 2018 or Any) that is fixed single selection only and plot below points;&lt;BR /&gt;1. Selected Months Sales Volume($ value)&lt;BR /&gt;2. Previous Months Sales Volumn ($ Value)&lt;BR /&gt;3. Growth Rate (%) = (Selected Month Sales Volume - Previous Months Sales Volumn) / Previous Months Sales Volumn&lt;BR /&gt;4. Growth Rate Trend Line Chart &amp;gt; A Bar Chart to project Last 6 months Growth Rate.&lt;/P&gt;&lt;P&gt;I have tryed some tricks from other guru's blog,&lt;BR /&gt;Like,&lt;BR /&gt;1. Previous Months Sales Volumn ($ Value) = CALCULATE (SUM('Sales Table'[Selected Months Sales Volume]),PREVIOUSMONTH('Calendar'[Calendar Date]))&lt;BR /&gt;2. Growth Rate (%) =&lt;BR /&gt;VAR _CurrentMonthVolume = SUM('Sales Table'[Selected Months Sales Volume])&lt;BR /&gt;VAR _LastMonthVolume = 'Sales Table'[Previous Months Sales Volumn]&lt;BR /&gt;VAR _Diff = _CurrentMonthVolume - _LastMonthVolume&lt;BR /&gt;RETURN&lt;BR /&gt;DIVIDE(_Diff,_LastMonthVolume,0)&lt;BR /&gt;3. Growth Rate Trend = CALCULATE ('Sales Table'[Growth Rate (%)],DATESINPERIOD ( 'Calendar'[Calendar Date], MAX ( 'Calendar'[Calendar Date] ),-6, MONTH ))&lt;/P&gt;&lt;P&gt;Unfortunately, Nothing is working while plotting these No. in a table. Growth Trend is showing all 100% and 0%. but in Card all Numbers are comming correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the Sample Pipe delimited ( | ) Date&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cal Date|Branch|Sales No|Sales Volumn&lt;/STRONG&gt;&lt;BR /&gt;=========================&lt;BR /&gt;2018-01-31|BRN01|63|1585&lt;BR /&gt;2018-02-28|BRN01|66|1645&lt;BR /&gt;2018-03-31|BRN01|60|1706&lt;BR /&gt;2018-04-30|BRN01|57|1760&lt;BR /&gt;2018-05-31|BRN01|61|1814&lt;BR /&gt;2018-06-30|BRN01|66|1871&lt;BR /&gt;2018-07-31|BRN01|73|1931&lt;BR /&gt;2018-08-31|BRN01|78|1997&lt;BR /&gt;2018-09-30|BRN01|80|2070&lt;BR /&gt;2018-10-31|BRN01|72|2142&lt;BR /&gt;2018-11-30|BRN01|80|2209&lt;BR /&gt;2018-12-31|BRN01|77|2283&lt;BR /&gt;2018-01-31|BRN02|54|1690&lt;BR /&gt;2018-02-28|BRN02|57|1739&lt;BR /&gt;2018-03-31|BRN02|55|1792&lt;BR /&gt;2018-04-30|BRN02|61|1842&lt;BR /&gt;2018-05-31|BRN02|64|1899&lt;BR /&gt;2018-06-30|BRN02|68|1959&lt;BR /&gt;2018-07-31|BRN02|62|2022&lt;BR /&gt;2018-08-31|BRN02|60|2080&lt;BR /&gt;2018-09-30|BRN02|61|2135&lt;BR /&gt;2018-10-31|BRN02|59|2191&lt;BR /&gt;2018-11-30|BRN02|57|2245&lt;BR /&gt;2018-12-31|BRN02|55|2299&lt;BR /&gt;2018-01-31|BRN03|86|1716&lt;BR /&gt;2018-02-28|BRN03|84|1795&lt;BR /&gt;2018-03-31|BRN03|89|1873&lt;BR /&gt;2018-04-30|BRN03|80|1956&lt;BR /&gt;2018-05-31|BRN03|73|2030&lt;BR /&gt;2018-06-30|BRN03|81|2097&lt;BR /&gt;2018-07-31|BRN03|86|2170&lt;BR /&gt;2018-08-31|BRN03|81|2251&lt;BR /&gt;2018-09-30|BRN03|75|2327&lt;BR /&gt;2018-10-31|BRN03|71|2397&lt;BR /&gt;2018-11-30|BRN03|76|2462&lt;BR /&gt;2018-12-31|BRN03|80|2532&lt;BR /&gt;2018-01-31|BRN04|63|1657&lt;BR /&gt;2018-02-28|BRN04|69|1715&lt;BR /&gt;2018-03-31|BRN04|70|1779&lt;BR /&gt;2018-04-30|BRN04|77|1842&lt;BR /&gt;2018-05-31|BRN04|84|1915&lt;BR /&gt;2018-06-30|BRN04|76|1993&lt;BR /&gt;2018-07-31|BRN04|75|2062&lt;BR /&gt;2018-08-31|BRN04|76|2130&lt;BR /&gt;2018-09-30|BRN04|83|2199&lt;BR /&gt;2018-10-31|BRN04|79|2277&lt;BR /&gt;2018-11-30|BRN04|75|2349&lt;BR /&gt;2018-12-31|BRN04|72|2419&lt;BR /&gt;2018-01-31|BRN05|74|1765&lt;BR /&gt;2018-02-28|BRN05|81|1833&lt;BR /&gt;2018-03-31|BRN05|85|1908&lt;BR /&gt;2018-04-30|BRN05|90|1985&lt;BR /&gt;2018-05-31|BRN05|96|2069&lt;BR /&gt;2018-06-30|BRN05|91|2158&lt;BR /&gt;2018-07-31|BRN05|91|2242&lt;BR /&gt;2018-08-31|BRN05|89|2326&lt;BR /&gt;2018-09-30|BRN05|80|2410&lt;BR /&gt;2018-10-31|BRN05|81|2486&lt;BR /&gt;2018-11-30|BRN05|76|2559&lt;BR /&gt;2018-12-31|BRN05|74|2629&lt;/P&gt;&lt;P&gt;Would be greatful if any of you can help me on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sukhomoy&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 05:38:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/647563#M18842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-20T05:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate Trend</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/647644#M18846</link>
      <description>&lt;P&gt;Any chance you can post some sample data?&amp;nbsp;Please see this post regarding How to Get Your Question Answered Quickly: &lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 15:30:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/647644#M18846</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-03-18T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate Trend</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/648766#M18864</link>
      <description>&lt;P&gt;Query updated.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 05:38:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Growth-Rate-Trend/m-p/648766#M18864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-20T05:38:41Z</dc:date>
    </item>
  </channel>
</rss>

