<?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 How can I know the number of months we lost in terms of growth in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-know-the-number-of-months-we-lost-in-terms-of-growth/m-p/2566759#M73152</link>
    <description>&lt;P&gt;Hi Fam,&lt;BR /&gt;&lt;BR /&gt;I hope someone can help me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I calculated our running total and plotted it as a line chart. The line chart gave us a pretty nice idea of how the business accelerated over the years. In line with that projection, is there a way for me to know how many months we lost in terms of growth?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The rolling total sales measure I used is:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Running Total (Order Completed) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;CALCULATE(&lt;/DIV&gt;&lt;DIV&gt;[Number of Orders (Completed)],&lt;/DIV&gt;&lt;DIV&gt;FILTER(&lt;/DIV&gt;&lt;DIV&gt;ALL('Calendar'[Date]),&lt;/DIV&gt;&lt;DIV&gt;'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date])&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;I heard about the what-if function. Is that how I should extract the information I need?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 13:56:07 GMT</pubDate>
    <dc:creator>Andrew_na_lang</dc:creator>
    <dc:date>2022-06-08T13:56:07Z</dc:date>
    <item>
      <title>How can I know the number of months we lost in terms of growth</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-know-the-number-of-months-we-lost-in-terms-of-growth/m-p/2566759#M73152</link>
      <description>&lt;P&gt;Hi Fam,&lt;BR /&gt;&lt;BR /&gt;I hope someone can help me.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I calculated our running total and plotted it as a line chart. The line chart gave us a pretty nice idea of how the business accelerated over the years. In line with that projection, is there a way for me to know how many months we lost in terms of growth?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The rolling total sales measure I used is:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;STRONG&gt;Running Total (Order Completed) = &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;CALCULATE(&lt;/DIV&gt;&lt;DIV&gt;[Number of Orders (Completed)],&lt;/DIV&gt;&lt;DIV&gt;FILTER(&lt;/DIV&gt;&lt;DIV&gt;ALL('Calendar'[Date]),&lt;/DIV&gt;&lt;DIV&gt;'Calendar'[Date] &amp;lt;= MAX('Calendar'[Date])&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;I heard about the what-if function. Is that how I should extract the information I need?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:56:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-know-the-number-of-months-we-lost-in-terms-of-growth/m-p/2566759#M73152</guid>
      <dc:creator>Andrew_na_lang</dc:creator>
      <dc:date>2022-06-08T13:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I know the number of months we lost in terms of growth</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-know-the-number-of-months-we-lost-in-terms-of-growth/m-p/2573987#M73632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="364063" data-lia-user-login="Andrew_na_lang" class="lia-mention lia-mention-user"&gt;Andrew_na_lang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to use&amp;nbsp;&lt;SPAN&gt;what-if function in power bi please refer this link.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-what-if" target="_blank"&gt;Use what-if parameters to visualize variables - Power BI | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think your first problem is how to calculate the trend line. Then subtract the current sales from the trend line.&amp;nbsp;The trend line may be&amp;nbsp;quadratic regression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Community Support Team _ chenwu zhu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 06:19:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-know-the-number-of-months-we-lost-in-terms-of-growth/m-p/2573987#M73632</guid>
      <dc:creator>v-chenwuz-msft</dc:creator>
      <dc:date>2022-06-13T06:19:08Z</dc:date>
    </item>
  </channel>
</rss>

