<?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: Please help before I jump off a bridge :( I need to do cumulative total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447802#M65767</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376680" data-lia-user-login="BabyBinki821" class="lia-mention lia-mention-user"&gt;BabyBinki821&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some screenshots of you data and data model as well as the report and slicers&lt;/P&gt;</description>
    <pubDate>Sun, 10 Apr 2022 18:56:18 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-04-10T18:56:18Z</dc:date>
    <item>
      <title>Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447749#M65758</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have spent a day on this and going crazy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create cumulative sum of accounts and put it in week end and should look like the graph down below. The other part of this is that I cannot have the graph reset to 0 to whatever date is picked in the splicer as the earliest. In terms of my data table I have accounts, when they made their first order and have a date table that week end. I am utterly lost can't even get the column to sum up (created a new column and put the value 1 in there).&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Sun, 10 Apr 2022 15:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447749#M65758</guid>
      <dc:creator>BabyBinki821</dc:creator>
      <dc:date>2022-04-10T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447770#M65762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376680" data-lia-user-login="BabyBinki821" class="lia-mention lia-mention-user"&gt;BabyBinki821&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please don't!&lt;/P&gt;&lt;P&gt;At least try this before&amp;nbsp;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;I assume you are using Date[End of Week] column in you visual and the Date[Date] column is in the slicer. Then you may try&lt;/P&gt;&lt;LI-CODE lang="java"&gt;Cumulate Ordering Accounts =
VAR FirstDateInSlicer =
    MIN ( 'Date'[Date] )
VAR LastDateInFiltet =
    MAX ( 'Date'[Date] )
VAR CurrentDateInFilter =
    MAX ( 'Date'[Last Date of Week] )
RETURN
    CALCULATE (
        SUM ( Accounts[Assigned Value] ),
        ALLEXCEPT ( 'Date', 'Date'[Date] ),
        Accounts[FIRST ORDER] &amp;gt;= CurrentDateInFilter
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 10 Apr 2022 17:07:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447770#M65762</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-10T17:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447801#M65766</link>
      <description>&lt;P&gt;This worked!!! But now I have balnk in all my time splicers&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 18:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447801#M65766</guid>
      <dc:creator>BabyBinki821</dc:creator>
      <dc:date>2022-04-10T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447802#M65767</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376680" data-lia-user-login="BabyBinki821" class="lia-mention lia-mention-user"&gt;BabyBinki821&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some screenshots of you data and data model as well as the report and slicers&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 18:56:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447802#M65767</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-10T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447805#M65768</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376680" data-lia-user-login="BabyBinki821" class="lia-mention lia-mention-user"&gt;BabyBinki821&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I forgot to mention that this a measure not a calculated column&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 18:57:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447805#M65768</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-10T18:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447830#M65772</link>
      <description>&lt;P&gt;You are a life saver! The blanks were caused from how I had the relationship set with the data tables. I finally figured it out how to fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But you sir saved my life.&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 20:28:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447830#M65772</guid>
      <dc:creator>BabyBinki821</dc:creator>
      <dc:date>2022-04-10T20:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447910#M65776</link>
      <description>&lt;P&gt;Do you know how I would put this in a column so I can % growth and other calculations?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 23:05:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2447910#M65776</guid>
      <dc:creator>BabyBinki821</dc:creator>
      <dc:date>2022-04-10T23:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2448004#M65782</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="376680" data-lia-user-login="BabyBinki821" class="lia-mention lia-mention-user"&gt;BabyBinki821&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The calculated column cannot interact with &amp;nbsp;the filter context. Can you please explain what exactly do you emeant to achieve?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 01:05:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2448004#M65782</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-11T01:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Please help before I jump off a bridge :( I need to do cumulative total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2448023#M65784</link>
      <description>&lt;P&gt;A lot of the charts that I need to use have two main variables - cumulative accounts &amp;amp; orders with week end as the main time function. So a couple of things I need to do show cumulative account growth week over week, show % of cumulative accounts by region over time, show weekly average of orders/cumulative accounts for that week. So in my head I though if I had a column with the cumlative values it would be easy to do some of those charts below that I already have made in Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 01:27:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Please-help-before-I-jump-off-a-bridge-I-need-to-do-cumulative/m-p/2448023#M65784</guid>
      <dc:creator>BabyBinki821</dc:creator>
      <dc:date>2022-04-11T01:27:19Z</dc:date>
    </item>
  </channel>
</rss>

