<?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: Time Projection - 5 Years in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2716737#M82715</link>
    <description>&lt;P&gt;Please provide sanitized sample data that fully covers your issue.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 11:22:07 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2022-08-22T11:22:07Z</dc:date>
    <item>
      <title>Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2712716#M82464</link>
      <description>&lt;P&gt;Hello Everyone.&lt;BR /&gt;I would like to prepare measures that will allow me to create so-called projections for the future based on historical data. Currently I have:&lt;BR /&gt;- a base month from which I want to start calculations ( 2022-01 )&lt;BR /&gt;- the current indicator, which is updated daily&lt;BR /&gt;- the % growth rate, which represents whether the trend is upward or not, to calculate this I used the following measure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Growth Rate % = &lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Capacity_FTE_Total&lt;/SPAN&gt;&lt;SPAN&gt;[Capacity_FTE]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;HIST_CAPACITY&lt;/SPAN&gt;&lt;SPAN&gt;[History FTE]&lt;/SPAN&gt;&lt;SPAN&gt;) - &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to create a measure that, based on the change that occurred between the base month and the current rate, will predict what " Capacity will have in 2023-01. Based on the result of 2023-01, it will predict what the result ratio will be in the following year, etc. etc. ( forecast up to a maximum of 5 years ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to create this type of measures in Dax ?&lt;BR /&gt;&lt;BR /&gt;Regards Piotr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 13:46:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2712716#M82464</guid>
      <dc:creator>piotrgrendus87</dc:creator>
      <dc:date>2022-08-19T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2714423#M82598</link>
      <description>&lt;P&gt;Sounds like you are looking for PRODUCTX ?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 00:02:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2714423#M82598</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-21T00:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2716037#M82684</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;I think that maybe be a solutions for me.&lt;BR /&gt;Could you help me to create the code that will calculate this, based on my previous calculations.&lt;/P&gt;&lt;P&gt;Regards Piotr&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 07:50:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2716037#M82684</guid>
      <dc:creator>piotrgrendus87</dc:creator>
      <dc:date>2022-08-22T07:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2716737#M82715</link>
      <description>&lt;P&gt;Please provide sanitized sample data that fully covers your issue.&lt;BR /&gt;Please show the expected outcome based on the sample data you provided.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 11:22:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2716737#M82715</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-22T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2725046#M83258</link>
      <description>&lt;P&gt;Hello, below is a sample of the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Start Point ( January 2022 )&lt;/TD&gt;&lt;TD&gt;Current Point ( August 2022)&lt;/TD&gt;&lt;TD&gt;Growth Rate %&lt;/TD&gt;&lt;TD&gt;January 2023&lt;/TD&gt;&lt;TD&gt;January 2024&lt;/TD&gt;&lt;TD&gt;January 2025&lt;/TD&gt;&lt;TD&gt;January 2026&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1952&lt;/TD&gt;&lt;TD&gt;2006&lt;/TD&gt;&lt;TD&gt;2,77%&lt;/TD&gt;&lt;TD&gt;2011&lt;/TD&gt;&lt;TD&gt;2040&lt;/TD&gt;&lt;TD&gt;2050&lt;/TD&gt;&lt;TD&gt;2060&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;259.5&lt;/TD&gt;&lt;TD&gt;256.5&lt;/TD&gt;&lt;TD&gt;-1,16%&lt;/TD&gt;&lt;TD&gt;250&lt;/TD&gt;&lt;TD&gt;260&lt;/TD&gt;&lt;TD&gt;270&lt;/TD&gt;&lt;TD&gt;285&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;348&lt;/TD&gt;&lt;TD&gt;406&lt;/TD&gt;&lt;TD&gt;16,67%&lt;/TD&gt;&lt;TD&gt;410&lt;/TD&gt;&lt;TD&gt;420&lt;/TD&gt;&lt;TD&gt;450&lt;/TD&gt;&lt;TD&gt;470&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First 3 columns -&amp;nbsp;Calculation based on the data&lt;/P&gt;&lt;P&gt;Last 4 columns -&amp;nbsp;Manually sample data as expected result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a calculation that based on the value of " Growth Rate % " will calculate my probable result in 2023, while based on the value of 2023 will calculate my result for 2024, and so on and so forth. The only value that will change daily is " Current Point ", since it will be updated daily and its change should also be reflected for the values for 2023, 2024, 2025, 2026. " Start Point ", will be set once a year and will not change during the 12 months. I don't know if my approach to the topic is correct or not ?, maybe it will just be simpler to use the built-in forecasting model that is in PowerBi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Piotr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 06:51:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2725046#M83258</guid>
      <dc:creator>piotrgrendus87</dc:creator>
      <dc:date>2022-08-25T06:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time Projection - 5 Years</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2730511#M83593</link>
      <description>&lt;P&gt;See attached for a pedestrian implementation. It includes a calendar table even though that is not strictly required.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 21:33:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Time-Projection-5-Years/m-p/2730511#M83593</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2022-08-27T21:33:45Z</dc:date>
    </item>
  </channel>
</rss>

