<?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: Reversed rolling total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3605949#M139306</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324110" data-lia-user-login="Dimitris_Kats" class="lia-mention lia-mention-user"&gt;Dimitris_Kats&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;please provide proper data format in table form&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2023 17:32:11 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2023-12-28T17:32:11Z</dc:date>
    <item>
      <title>Reversed rolling total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3605850#M139303</link>
      <description>&lt;P&gt;Hello dear members.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem and I need your help.&lt;/P&gt;&lt;P&gt;I have a measure that calculates a percentage for January, February, March, April and May. May 2023 is my max month year.&lt;/P&gt;&lt;P&gt;I want for January the sum of this measure for January until my max month ( May 2023). For February I want the sum of January until April (max month -1), for March I want the sum of January until March, for April I want the sum of January and February and for May the value of January.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a simple example&lt;/P&gt;&lt;P&gt;My percentages are&lt;/P&gt;&lt;P&gt;January 8%&lt;/P&gt;&lt;P&gt;February 6%&lt;/P&gt;&lt;P&gt;March 3%&lt;/P&gt;&lt;P&gt;April 2%&lt;/P&gt;&lt;P&gt;May 1%&lt;/P&gt;&lt;P&gt;I need a measure to calculate the following&lt;/P&gt;&lt;P&gt;January (8%+6%+3%+2%+1%) =20%&lt;/P&gt;&lt;P&gt;February (8%+6%+3%+2%)=19%&lt;/P&gt;&lt;P&gt;March (8%+6%+3%)=17%&amp;nbsp;&lt;/P&gt;&lt;P&gt;And so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think any solution??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 16:32:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3605850#M139303</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2023-12-28T16:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reversed rolling total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3605949#M139306</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="324110" data-lia-user-login="Dimitris_Kats" class="lia-mention lia-mention-user"&gt;Dimitris_Kats&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;please provide proper data format in table form&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 17:32:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3605949#M139306</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-12-28T17:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reversed rolling total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3606010#M139310</link>
      <description>&lt;P&gt;Hi. Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;First of all I have a date table linked to my fact table.&lt;/P&gt;&lt;P&gt;My matrix looks like this:&lt;/P&gt;&lt;P&gt;Month Year % desired measure&lt;/P&gt;&lt;P&gt;January 23 8% 20%&lt;/P&gt;&lt;P&gt;February 23 6% 19%&lt;/P&gt;&lt;P&gt;March 23 3% 17%&lt;/P&gt;&lt;P&gt;April 23 2% 14%&lt;/P&gt;&lt;P&gt;May 23 1% 8%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 18:16:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3606010#M139310</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2023-12-28T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reversed rolling total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3606169#M139317</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have found a solution. It was easier than I thought.&lt;/P&gt;&lt;P&gt;I filtered me date table and the logic behind my calculations is as follows:&lt;/P&gt;&lt;P&gt;time[date]&amp;gt;= January &amp;amp;&amp;amp; time[date] &amp;lt;= max month - current month+1 &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 22:06:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reversed-rolling-total/m-p/3606169#M139317</guid>
      <dc:creator>Dimitris_Kats</dc:creator>
      <dc:date>2023-12-28T22:06:01Z</dc:date>
    </item>
  </channel>
</rss>

