<?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 last 12 months data based on Period selection using prompt value in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5541#M643</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have requirement like if i select Period Name as Mar-2024 in prompt , dashboard should return data from Feb -2023 to Mar-2024.&lt;/P&gt;&lt;P&gt;if i select Period Name as Feb-2024 in prompt , dashboard should return data from Jan -2023 to Feb-2024,&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this in graph?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 11:52:22 GMT</pubDate>
    <dc:creator>KKR</dc:creator>
    <dc:date>2024-03-07T11:52:22Z</dc:date>
    <item>
      <title>last 12 months data based on Period selection using prompt value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5541#M643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have requirement like if i select Period Name as Mar-2024 in prompt , dashboard should return data from Feb -2023 to Mar-2024.&lt;/P&gt;&lt;P&gt;if i select Period Name as Feb-2024 in prompt , dashboard should return data from Jan -2023 to Feb-2024,&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this in graph?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 11:52:22 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5541#M643</guid>
      <dc:creator>KKR</dc:creator>
      <dc:date>2024-03-07T11:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: last 12 months data based on Period selection using prompt value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5543#M645</link>
      <description>&lt;P&gt;You need the period name text for which you want to prompt to be associated with a date ( or something calculable ) so you can create filter logic something like&lt;/P&gt;&lt;P&gt;AND ( &amp;lt;transactiondate&amp;gt; &amp;lt;= &amp;lt;datefromprompt&amp;gt; , &amp;lt;transactiondate&amp;gt; &amp;gt;= add_months(&amp;lt;datefromprompt&amp;gt;, -12 )&amp;nbsp;&lt;/P&gt;&lt;P&gt;***&amp;nbsp; the above is using "date" but you can use month begin date, month end date, yearmonth, etc.&lt;/P&gt;&lt;P&gt;If you don't yet have a calendar dimension in your model you will want one.&amp;nbsp; &amp;nbsp;It makes relative time stuff approximately a million times easier than not having one&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 15:13:17 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5543#M645</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2024-03-07T15:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: last 12 months data based on Period selection using prompt value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5550#M648</link>
      <description>&lt;P&gt;Here's a quick example using Online Store which isn't universal&amp;nbsp; ( I created the date via formula ) but will give an idea of how it can be accomplished.&lt;/P&gt;&lt;P&gt;I'll add that if this is for a customer and not just an authoring exercise it is very important to get the requirements correct - and that starts with the business.&amp;nbsp; &amp;nbsp;Imagine in the screen cap below the consumer had chosen 2024-03 for the reporting period -- the insight would then be comparing 11 *full* months, to 1 month only 7 days old.&amp;nbsp; &amp;nbsp;It may be that the actual requirement is for a last 12 full month comparison.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll also emphasize that if I were designing something like this for a customer I would start at the schema and import or create a date dimension.&amp;nbsp; &amp;nbsp; &amp;nbsp;Relative time and other date manipulations are much easier, you can incorporate fiscal calendars, company holidays, etc.&amp;nbsp; &amp;nbsp; Not to mention acting as a conformed dimension for stitch queries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH,&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="RADSr_0-1709856292439.png" style="width: 788px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2565iD61088517F6E7061/image-dimensions/788x335?v=v2" width="788" height="335" role="button" title="RADSr_0-1709856292439.png" alt="RADSr_0-1709856292439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 00:10:28 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5550#M648</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2024-03-08T00:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: last 12 months data based on Period selection using prompt value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5551#M649</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/24"&gt;@RADSr&lt;/a&gt;&amp;nbsp;Thank you for your information.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:53:55 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/last-12-months-data-based-on-period-selection-using-prompt-value/m-p/5551#M649</guid>
      <dc:creator>KKR</dc:creator>
      <dc:date>2024-03-08T14:53:55Z</dc:date>
    </item>
  </channel>
</rss>

