<?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: Need help with running total in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257284#M54511</link>
    <description>&lt;P&gt;Does it help at all if you replace the ISONORAFTER line with the following?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;'Matt-DataForBI'[Date Closed] &amp;lt;= MAX ( 'Matt-DataForBI'[Date Closed] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 19:01:49 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2021-12-27T19:01:49Z</dc:date>
    <item>
      <title>Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257266#M54510</link>
      <description>&lt;P&gt;I am atemting to get a running total from the start of wnd of 2019 to the current date. Included is a picture of my dax code that is not currently working. Thanks!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 18:29:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257266#M54510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257284#M54511</link>
      <description>&lt;P&gt;Does it help at all if you replace the ISONORAFTER line with the following?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;'Matt-DataForBI'[Date Closed] &amp;lt;= MAX ( 'Matt-DataForBI'[Date Closed] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 19:01:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257284#M54511</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-27T19:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257302#M54513</link>
      <description>&lt;P&gt;I tried that an unfortentetly it doesnt.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 19:19:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257302#M54513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T19:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257314#M54514</link>
      <description>&lt;P&gt;Hmm. What if you replace ALLSELECTED (&amp;nbsp;'Matt-DataForBI'[Date Closed] ) with ALLSELECTED (&amp;nbsp;'Matt-DataForBI' )?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 19:23:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257314#M54514</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-27T19:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257380#M54515</link>
      <description>&lt;P&gt;I was able to fix it by making a my own date table and using this code:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Total Revenue running total in Quarter = &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Matt-DataForBI'[Total Revenue]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'[Quarter]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ISONORAFTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'[Quarter]&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;'Date'[Quarter]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Dec 2021 20:53:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257380#M54515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T20:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257442#M54518</link>
      <description>&lt;P&gt;Great! Having a date dimension table is almost always a good idea.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 23:55:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257442#M54518</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-12-27T23:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with running total</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257525#M54524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to add a Date table [Calendar Table] to your report.&lt;BR /&gt;&lt;SPAN&gt;To work with Data Analysis Expressions (DAX)&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/dax/time-intelligence-functions-dax" target="_blank" rel="noopener"&gt;time intelligence functions&lt;/A&gt;&lt;SPAN&gt;, there's a prerequisite model requirement: You must have at least one&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;date table&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;in your model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&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/creating-calendar-table-with-3-steps" target="_blank" rel="noopener"&gt;https://www.vahiddm.com/post/creating-calendar-table-with-3-steps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;helps&lt;/SPAN&gt;&lt;/STRONG&gt;, please consider&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;accepting&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it as the solution&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;Appreciate your Kudos!!&lt;BR /&gt;&lt;STRONG&gt;LinkedIn:&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener"&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;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 02:10:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-help-with-running-total/m-p/2257525#M54524</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2021-12-28T02:10:39Z</dc:date>
    </item>
  </channel>
</rss>

