<?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 Dynamic running totals based on Financial year  filter selection in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3497844#M31547</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am working on a requirement where if a financial year is selected the Values less than equal to selected FY should sum up for all distinct categories .&lt;BR /&gt;&lt;BR /&gt;For Example :&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;RowNo&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Financial Year&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Furnitures&lt;/TD&gt;&lt;TD&gt;10/10/2023&lt;/TD&gt;&lt;TD&gt;2023-24&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Decors&lt;/TD&gt;&lt;TD&gt;10/09/2022&lt;/TD&gt;&lt;TD&gt;2022-23&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Furnitures&lt;/TD&gt;&lt;TD&gt;10/05/2021&lt;/TD&gt;&lt;TD&gt;2021-22&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Paints&lt;/TD&gt;&lt;TD&gt;12/06/2020&lt;/TD&gt;&lt;TD&gt;2020-21&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Decors&lt;/TD&gt;&lt;TD&gt;10/05/2020&lt;/TD&gt;&lt;TD&gt;2020-21&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If FY 2023-24 is selected in the filter the categories with latest dates should get aggregated&amp;nbsp;&lt;BR /&gt;in this case row no 1,2,4 should be aggregated and if FY 2022-23 is selected row no 2,3,4 should be aggregated .&amp;nbsp;&lt;BR /&gt;Though I am using SQL source I am restricted to use parameters and stored procs.&amp;nbsp;&lt;BR /&gt;I am Kind of run out of ideas . Your help is appreciated&amp;nbsp;&lt;BR /&gt;Thanks in Advance&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2023 04:23:41 GMT</pubDate>
    <dc:creator>visubabu24</dc:creator>
    <dc:date>2023-10-26T04:23:41Z</dc:date>
    <item>
      <title>Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3497844#M31547</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;I am working on a requirement where if a financial year is selected the Values less than equal to selected FY should sum up for all distinct categories .&lt;BR /&gt;&lt;BR /&gt;For Example :&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;RowNo&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Date&lt;/TD&gt;&lt;TD&gt;Financial Year&lt;/TD&gt;&lt;TD&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Furnitures&lt;/TD&gt;&lt;TD&gt;10/10/2023&lt;/TD&gt;&lt;TD&gt;2023-24&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Decors&lt;/TD&gt;&lt;TD&gt;10/09/2022&lt;/TD&gt;&lt;TD&gt;2022-23&lt;/TD&gt;&lt;TD&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Furnitures&lt;/TD&gt;&lt;TD&gt;10/05/2021&lt;/TD&gt;&lt;TD&gt;2021-22&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Paints&lt;/TD&gt;&lt;TD&gt;12/06/2020&lt;/TD&gt;&lt;TD&gt;2020-21&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;Decors&lt;/TD&gt;&lt;TD&gt;10/05/2020&lt;/TD&gt;&lt;TD&gt;2020-21&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If FY 2023-24 is selected in the filter the categories with latest dates should get aggregated&amp;nbsp;&lt;BR /&gt;in this case row no 1,2,4 should be aggregated and if FY 2022-23 is selected row no 2,3,4 should be aggregated .&amp;nbsp;&lt;BR /&gt;Though I am using SQL source I am restricted to use parameters and stored procs.&amp;nbsp;&lt;BR /&gt;I am Kind of run out of ideas . Your help is appreciated&amp;nbsp;&lt;BR /&gt;Thanks in Advance&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 04:23:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3497844#M31547</guid>
      <dc:creator>visubabu24</dc:creator>
      <dc:date>2023-10-26T04:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516719#M31655</link>
      <description>&lt;P&gt;Do you mean running totals or simple sums?&amp;nbsp; What would the expected outcome look like for your two scenarios?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 00:58:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516719#M31655</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-06T00:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516738#M31656</link>
      <description>&lt;OL&gt;&lt;LI&gt;HI lbendlin , it's only the running total&amp;nbsp; . If FY 2023-24 is selected in filter I should get sum of row nos. 1,2 and 4 so the total is 1100.&lt;/LI&gt;&lt;LI&gt;If the FY 2022-23 is selected in the filter row nos 2,3,4 needs to sum up hence the total is 900&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 06 Nov 2023 01:29:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516738#M31656</guid>
      <dc:creator>visubabu24</dc:creator>
      <dc:date>2023-11-06T01:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516741#M31657</link>
      <description>&lt;P&gt;You get that for free in the UI, no code required. Give it a try.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 01:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516741#M31657</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-06T01:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516742#M31658</link>
      <description>&lt;P&gt;Here the blocker for me is in running total we should consider only the category of latest FY.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for example If I am selecting 2023-24, Furniture category is already there in 2023-24 hence our calculation should ignore 2021-22, decors category already available in 2021_2022 hence calculation should&amp;nbsp; ignore decors in fy 2021-22&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Nov 2023 01:33:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516742#M31658</guid>
      <dc:creator>visubabu24</dc:creator>
      <dc:date>2023-11-06T01:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516758#M31659</link>
      <description>&lt;P&gt;I tried DAX and I am able to get the running total for all FYs but I am unable to filter out the condition which I have mentioned.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 01:43:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516758#M31659</guid>
      <dc:creator>visubabu24</dc:creator>
      <dc:date>2023-11-06T01:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516769#M31660</link>
      <description>&lt;P&gt;OK, now I got it&lt;/P&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;see attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 01:53:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516769#M31660</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-11-06T01:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic running totals based on Financial year  filter selection</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516776#M31661</link>
      <description>&lt;P&gt;Thank You So much Ibendlin .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 02:02:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Dynamic-running-totals-based-on-Financial-year-filter-selection/m-p/3516776#M31661</guid>
      <dc:creator>visubabu24</dc:creator>
      <dc:date>2023-11-06T02:02:01Z</dc:date>
    </item>
  </channel>
</rss>

