<?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: Cumulative total for previous week does not work even though standard pattern is used in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283533#M55918</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I appreciate your input, thank you!&lt;/P&gt;&lt;P&gt;The problem with your code is that do not have any external filters coming to the visual. The timeperiods are calculated by the use of SELECTEDVALUE.&amp;nbsp;&lt;BR /&gt;The following is the complete code where I check if the user wants to see current week, current month, previous week and previous month.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jan 2022 10:11:55 GMT</pubDate>
    <dc:creator>KrisD</dc:creator>
    <dc:date>2022-01-14T10:11:55Z</dc:date>
    <item>
      <title>Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283417#M55909</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't seem to get the rolling total to work, even though I (at least I think I do) have used the variations of cumulative patterns from SQL BI guys, Chandeep and Enterprise DNA. Obviously there's something I'm missing here!&lt;/P&gt;&lt;P&gt;I get the date range as expected, but none of the patterns I have tried work. What's missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 09:17:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283417#M55909</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-14T09:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283445#M55912</link>
      <description>&lt;P&gt;Hej,&lt;BR /&gt;&lt;BR /&gt;For running total in a column the dax is a bit different. Try something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RT = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Cumulativetotal[Value]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Cumulativetotal'&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;Cumulativetotal[Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;EARLIER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Cumulativetotal[Date]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jan 2022 09:35:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283445#M55912</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-14T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283466#M55914</link>
      <description>&lt;P&gt;Hi and thanks for the swift reply!&lt;/P&gt;&lt;P&gt;Actually it's not supposed to be calculated as a column in this context, I made the table in DAX Studio in order to troubleshoot. The calculation is intended for a visual as per below picture, where I either get the total for all the rows, or only on row by row context. But no cumulative I'm afraid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 09:44:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283466#M55914</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-14T09:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283514#M55916</link>
      <description>&lt;P&gt;I see, in that case you could try removing the FILTER() in your CALCULATE. Now the FILTER filters a table where dates are smaller than the max date -&amp;gt; so all the dates and then it performs SUM operation -&amp;gt; SUM of all. This is the cause for your error. Referring to the SQLBI's example:&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/computing-running-totals-in-dax/" target="_blank" rel="noopener"&gt;https://www.sqlbi.com/articles/computing-running-totals-in-dax/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="line number1 index0 alt2"&gt;Sales RT&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:=&lt;/DIV&gt;&lt;DIV class="line number2 index1 alt1"&gt;VAR&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MaxDate&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MAX&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;'Date'[Date]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-- Saves the last visible date&lt;/DIV&gt;&lt;DIV class="line number3 index2 alt2"&gt;RETURN&lt;/DIV&gt;&lt;DIV class="line number4 index3 alt1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CALCULATE&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;/DIV&gt;&lt;DIV class="line number5 index4 alt2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[Sales Amount],&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-- Computes sales amount&lt;/DIV&gt;&lt;DIV class="line number6 index5 alt1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'Date'[Date]&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;=&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MaxDate,&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-- Where date is before the last visible date&lt;/DIV&gt;&lt;DIV class="line number7 index6 alt2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ALL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Date&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-- Removes any other filters from Date&lt;/DIV&gt;&lt;DIV class="line number8 index7 alt1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/DIV&gt;&lt;DIV class="line number8 index7 alt1"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="line number8 index7 alt1"&gt;The example syntax doesn't have FILTER because of this reason.&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 10:01:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283514#M55916</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-14T10:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283533#M55918</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I appreciate your input, thank you!&lt;/P&gt;&lt;P&gt;The problem with your code is that do not have any external filters coming to the visual. The timeperiods are calculated by the use of SELECTEDVALUE.&amp;nbsp;&lt;BR /&gt;The following is the complete code where I check if the user wants to see current week, current month, previous week and previous month.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 10:11:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283533#M55918</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-14T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283569#M55920</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If you are using slicer to select Period you can use ALLSELECTED. Here my slicer is linked to calendar and my imaginary period only includes values from January:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Slicer not applied:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Applied:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dax:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Period RT = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;MaxDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; ) &lt;/SPAN&gt;&lt;SPAN&gt;-- Saves the last visible date&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Cumulativetotal[Value]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;-- &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Calendar example'[Date]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MaxDate&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;( ( &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt; ) ) )&lt;BR /&gt;&lt;BR /&gt;So you can either use ALLSELECTED and proceed with the SWITCH + TRUE or alternatively you can create link between calendar and your slicer table via calculated column&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Jan 2022 10:52:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2283569#M55920</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-14T10:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2286377#M56088</link>
      <description>&lt;P&gt;Thanks for your time, but I'm not sure I follow.&lt;/P&gt;&lt;P&gt;Your code only works in a pre-defined context, like the table previously posted where the dates are already set?&lt;/P&gt;&lt;P&gt;I need to virtually create the table with the min and max date and do the running total in that context.&amp;nbsp;&lt;BR /&gt;However, I tried your code in the measure and below is the input + results.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 09:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2286377#M56088</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-17T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2290575#M56298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="271854" data-lia-user-login="KrisD" class="lia-mention lia-mention-user"&gt;KrisD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think All/Allselect function in code is correct ,if you want to calculate&amp;nbsp;c&lt;SPAN&gt;umulative total.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your measure logic looks correct. Sometimes it should look like as below.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;cumulative total = calculate([Antal lastade ton],Filter(All(Table),[Date]&amp;lt;=Max([Date])))&lt;/LI-CODE&gt;
&lt;P&gt;However this measure should be based on [Antal lastade ton] as well. Could you share a sample without sensitive data with us and show us the result you want? This will make it easier for us to find the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 09:00:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2290575#M56298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-19T09:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2292211#M56389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="271854" data-lia-user-login="KrisD" class="lia-mention lia-mention-user"&gt;KrisD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.vahiddm.com/post/weekly-time-intelligence-dax" target="_blank" rel="noopener"&gt;https://www.vahiddm.com/post/weekly-time-intelligence-dax&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you post sample data as text and expected output?&lt;BR /&gt;Not enough information to go on;&lt;BR /&gt;&lt;BR /&gt;please see this post regarding How to Get Your Question Answered Quickly:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;The most important parts are:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;1. Sample data as text, use the table tool in the editing bar&lt;BR /&gt;2. Expected output from sample data&lt;BR /&gt;3. Explanation in words of how to get from 1. to 2.&lt;BR /&gt;4. Relation between your tables&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;LinkedIn:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank"&gt;www.linkedin.com/in/vahid-dm/&lt;/A&gt;&lt;/SPAN&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>Wed, 19 Jan 2022 23:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2292211#M56389</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2022-01-19T23:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2304874#M57029</link>
      <description>&lt;P&gt;Hi, sorry for delayed response. I'm attaching a sample file link because I could not find the option to attach it here. File --&amp;gt; &lt;A href="https://easyupload.io/1okeq9" target="_blank" rel="noopener"&gt;https://easyupload.io/1okeq9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got the WTD to work, I'm having issues with Previous month instead, which is defined in the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:09:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2304874#M57029</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-27T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total for previous week does not work even though standard pattern is used</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2304879#M57030</link>
      <description>&lt;P&gt;Hi, I've created a sample file with data, measures and desired result. --&amp;gt;&amp;nbsp;&lt;A href="https://easyupload.io/1okeq9" target="_blank" rel="noopener"&gt;https://easyupload.io/1okeq9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got the WTD to work, I'm having issues with Previous month instead, which is defined in the file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:08:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-for-previous-week-does-not-work-even-though/m-p/2304879#M57030</guid>
      <dc:creator>KrisD</dc:creator>
      <dc:date>2022-01-27T10:08:57Z</dc:date>
    </item>
  </channel>
</rss>

