<?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 Running Total grouped by cumulative in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2427997#M64556</link>
    <description>&lt;P&gt;Hi folks!&lt;/P&gt;&lt;P&gt;I have a complicated task that I want to solve.&lt;/P&gt;&lt;P&gt;Here is the sample data: I would like to know the sprint daily(!) count(key) where issue_type = "task" on a year, sprint, day of sprint view with running totals (1 sprint is 2 weeks, the info is added in column from merged tables)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is how the matrix should look with the running total:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to compare the cumulative change between current sprint (in this case spint 04) with the cumulative change previous sprint same day of sprint.&lt;/P&gt;&lt;P&gt;1. e.g.: Sprint 04 day 10 = (8(running total sprint 04) - 8 (running total sprint 03 --&amp;gt; becasue only the data from day 6 is available)) / 8 (running total sprint 03) --&amp;gt; in this specfic case blank&lt;/P&gt;&lt;P&gt;2. e.g.: Sprint 04 day 5 = (3 - 7) / 7 = -0.57&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be able to change the sprint number filter and the day of sprint would be always the last available day of sprint within a sprint.&lt;/P&gt;&lt;P&gt;I dont know why I cant attach the pbi as well where I tried to create the running total with no luck.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 22:02:15 GMT</pubDate>
    <dc:creator>pbi_wannabe_exp</dc:creator>
    <dc:date>2022-03-30T22:02:15Z</dc:date>
    <item>
      <title>Running Total grouped by cumulative</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2427997#M64556</link>
      <description>&lt;P&gt;Hi folks!&lt;/P&gt;&lt;P&gt;I have a complicated task that I want to solve.&lt;/P&gt;&lt;P&gt;Here is the sample data: I would like to know the sprint daily(!) count(key) where issue_type = "task" on a year, sprint, day of sprint view with running totals (1 sprint is 2 weeks, the info is added in column from merged tables)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This is how the matrix should look with the running total:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to compare the cumulative change between current sprint (in this case spint 04) with the cumulative change previous sprint same day of sprint.&lt;/P&gt;&lt;P&gt;1. e.g.: Sprint 04 day 10 = (8(running total sprint 04) - 8 (running total sprint 03 --&amp;gt; becasue only the data from day 6 is available)) / 8 (running total sprint 03) --&amp;gt; in this specfic case blank&lt;/P&gt;&lt;P&gt;2. e.g.: Sprint 04 day 5 = (3 - 7) / 7 = -0.57&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be able to change the sprint number filter and the day of sprint would be always the last available day of sprint within a sprint.&lt;/P&gt;&lt;P&gt;I dont know why I cant attach the pbi as well where I tried to create the running total with no luck.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 22:02:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2427997#M64556</guid>
      <dc:creator>pbi_wannabe_exp</dc:creator>
      <dc:date>2022-03-30T22:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total grouped by cumulative</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2428445#M64583</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;One of ways to solve this is to have a proper dim-calendar table.&lt;/P&gt;
&lt;P&gt;I believe you have one that shows together with Sprint year / wk / day columns.&lt;/P&gt;
&lt;P&gt;I am not 100% sure whether I created a correct dim-calendar table that suits your business, but I hope the below can provide ideas how to create measures and apply those to your data model.&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;All measures are in the attached pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 04:03:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2428445#M64583</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-03-31T04:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running Total grouped by cumulative</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2451837#M66011</link>
      <description>&lt;P&gt;Jihwan, many thanks for your help! Your solution is exactly what I was looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 08:51:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Total-grouped-by-cumulative/m-p/2451837#M66011</guid>
      <dc:creator>pbi_wannabe_exp</dc:creator>
      <dc:date>2022-04-12T08:51:50Z</dc:date>
    </item>
  </channel>
</rss>

