<?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: Percentage of growth from one fixed date 12 month ago in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3547478#M136427</link>
    <description>&lt;P&gt;please share sample data. let's try&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 19:40:54 GMT</pubDate>
    <dc:creator>Rupak_bi</dc:creator>
    <dc:date>2023-11-22T19:40:54Z</dc:date>
    <item>
      <title>Percentage of growth from one fixed date 12 month ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3547430#M136422</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to find a way to calculate the percentage of growth from one date selected by a slicer, 12 months in the past. At first view seems easy but the problem is that the idea is to select a date with a slicer and based on the date one year ago and it asosiated value calculate the growth on sales.&lt;/P&gt;&lt;P&gt;I give an example:&lt;/P&gt;&lt;P&gt;Supose I select in an slicer september 2023, then&lt;/P&gt;&lt;P&gt;Sales in september 2022 the sales where 200&lt;/P&gt;&lt;P&gt;Then monthly the sales changes and I want to compare the values with the sales from september 2022 up to September 2023&lt;/P&gt;&lt;P&gt;October&amp;nbsp; 22&amp;nbsp; Sales:120&amp;nbsp; formula: 120/200&lt;/P&gt;&lt;P&gt;November&amp;nbsp;22&amp;nbsp; Sales:130&amp;nbsp;formula: 130/200&amp;nbsp;&lt;/P&gt;&lt;P&gt;December&amp;nbsp;22&amp;nbsp; Sales:105&amp;nbsp;formula: 105/200&lt;/P&gt;&lt;P&gt;january&amp;nbsp;23&amp;nbsp; Sales:120&amp;nbsp;formula: 120/200&lt;/P&gt;&lt;P&gt;February&amp;nbsp;23&amp;nbsp; Sales:120&amp;nbsp;formula: 120/200&lt;/P&gt;&lt;P&gt;etc... up to September&lt;/P&gt;&lt;P&gt;September 23&amp;nbsp; Sales:110&amp;nbsp;formula: 110/200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But If I change the slicer to november, all the calculations have to move to&amp;nbsp; November 2022 as the base sale, in this case 130.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So all the formulas now take 130 instead of 200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to make this happend in Dax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that what i need is that if I change&amp;nbsp; the slicer get the value 12 months back and use it in all values. I´ve tried lot´s of thisng but I can't fix the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 19:09:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3547430#M136422</guid>
      <dc:creator>avendanof</dc:creator>
      <dc:date>2023-11-22T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage of growth from one fixed date 12 month ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3547478#M136427</link>
      <description>&lt;P&gt;please share sample data. let's try&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 19:40:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3547478#M136427</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2023-11-22T19:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage of growth from one fixed date 12 month ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3549544#M136520</link>
      <description>&lt;P&gt;fter a lot of search I´ve found the solution right here:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Growth-Rate-Function-using-Productx-Dynamic/m-p/3358902#M126259" target="_blank"&gt;Solved: Re: Growth Rate Function using Productx (Dynamic) - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 17:30:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3549544#M136520</guid>
      <dc:creator>avendanof</dc:creator>
      <dc:date>2023-11-23T17:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percentage of growth from one fixed date 12 month ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3549545#M136521</link>
      <description>&lt;P&gt;Thanks anyway&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 17:30:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentage-of-growth-from-one-fixed-date-12-month-ago/m-p/3549545#M136521</guid>
      <dc:creator>avendanof</dc:creator>
      <dc:date>2023-11-23T17:30:39Z</dc:date>
    </item>
  </channel>
</rss>

