<?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 Sum of 3 months of Measure to show as quarter value in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/sum-of-3-months-of-measure-to-show-as-quarter-value/m-p/6688#M823</link>
    <description>&lt;P&gt;Hi , I have below requirement&lt;/P&gt;&lt;P&gt;If one customer have revenue for three months like Jan,Feb.Mar(Q1).&lt;/P&gt;&lt;P&gt;Jan=100&lt;/P&gt;&lt;P&gt;Feb=20&lt;/P&gt;&lt;P&gt;Mar=30&lt;/P&gt;&lt;P&gt;Sum of Jan +Feb+Mar=150&lt;/P&gt;&lt;P&gt;This 150 value show in separate column to show 3 times in the report as below.&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="KHK_1-1757573778045.png" style="width: 678px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2944i449EAE1FFF7F0332/image-dimensions/678x100?v=v2" width="678" height="100" role="button" title="KHK_1-1757573778045.png" alt="KHK_1-1757573778045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the Ratio by dividing sum of&amp;nbsp; revenue of quarter/Revenue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2025 06:58:00 GMT</pubDate>
    <dc:creator>KHK</dc:creator>
    <dc:date>2025-09-11T06:58:00Z</dc:date>
    <item>
      <title>Sum of 3 months of Measure to show as quarter value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/sum-of-3-months-of-measure-to-show-as-quarter-value/m-p/6688#M823</link>
      <description>&lt;P&gt;Hi , I have below requirement&lt;/P&gt;&lt;P&gt;If one customer have revenue for three months like Jan,Feb.Mar(Q1).&lt;/P&gt;&lt;P&gt;Jan=100&lt;/P&gt;&lt;P&gt;Feb=20&lt;/P&gt;&lt;P&gt;Mar=30&lt;/P&gt;&lt;P&gt;Sum of Jan +Feb+Mar=150&lt;/P&gt;&lt;P&gt;This 150 value show in separate column to show 3 times in the report as below.&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="KHK_1-1757573778045.png" style="width: 678px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2944i449EAE1FFF7F0332/image-dimensions/678x100?v=v2" width="678" height="100" role="button" title="KHK_1-1757573778045.png" alt="KHK_1-1757573778045.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the Ratio by dividing sum of&amp;nbsp; revenue of quarter/Revenue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:58:00 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/sum-of-3-months-of-measure-to-show-as-quarter-value/m-p/6688#M823</guid>
      <dc:creator>KHK</dc:creator>
      <dc:date>2025-09-11T06:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of 3 months of Measure to show as quarter value</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/sum-of-3-months-of-measure-to-show-as-quarter-value/m-p/6694#M824</link>
      <description>&lt;P&gt;You can use level based measure function to calculate sales total for quarter (&lt;SPAN&gt;Sum of Jan +Feb+Mar).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your case formula can be:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;SUM&lt;/STRONG&gt;( &amp;lt;Revenue&amp;gt;,&amp;nbsp; &lt;STRONG&gt;groupBy&lt;/STRONG&gt;(&amp;lt;customer&amp;gt;, &amp;lt;quarter&amp;gt;) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;To calculate ratio use this formula:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;SUM&lt;/STRONG&gt;( &amp;lt;Revenue&amp;gt; )&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;SUM&lt;/STRONG&gt;( &amp;lt;Revenue&amp;gt;,&amp;nbsp; &lt;STRONG&gt;groupBy&lt;/STRONG&gt;(&amp;lt;customer&amp;gt;, &amp;lt;quarter&amp;gt;) )&lt;BR /&gt;&lt;BR /&gt;You can find more information about&amp;nbsp;&lt;STRONG&gt;level based measure&lt;/STRONG&gt; function here:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://docs.incorta.com/latest/concepts-level-based-measure" target="_blank" rel="noopener"&gt;https://docs.incorta.com/latest/concepts-level-based-measure&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 20:32:02 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/sum-of-3-months-of-measure-to-show-as-quarter-value/m-p/6694#M824</guid>
      <dc:creator>anurag</dc:creator>
      <dc:date>2025-09-15T20:32:02Z</dc:date>
    </item>
  </channel>
</rss>

