<?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 Totals with one date slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/745615#M2476</link>
    <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I trust everyone is doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with Running totals:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem&lt;/P&gt;&lt;P&gt;I am currently building a report for a client where it displays sales quantity( Trans_sales table) and Running totals(Item ledger entry table), these two tables have their own date columns, I am in a situation where two date slicers need to be on the report in order to get the correct amount since running totals start date is the beginning of time and sales quantity is for a specific period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;I am wondering if there is a way to have one date slicer to get the amounts for both, i think the solution i am looking has to do with the running total ignoring the start date that is selected, meaning it always takes the beginning of time date, while sales will take in account both the start and end date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assistance will be much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 09:14:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-22T09:14:30Z</dc:date>
    <item>
      <title>Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/745615#M2476</link>
      <description>&lt;P&gt;Hi Guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I trust everyone is doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with Running totals:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem&lt;/P&gt;&lt;P&gt;I am currently building a report for a client where it displays sales quantity( Trans_sales table) and Running totals(Item ledger entry table), these two tables have their own date columns, I am in a situation where two date slicers need to be on the report in order to get the correct amount since running totals start date is the beginning of time and sales quantity is for a specific period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question&lt;/P&gt;&lt;P&gt;I am wondering if there is a way to have one date slicer to get the amounts for both, i think the solution i am looking has to do with the running total ignoring the start date that is selected, meaning it always takes the beginning of time date, while sales will take in account both the start and end date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assistance will be much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 09:14:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/745615#M2476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/750475#M2684</link>
      <description>&lt;P&gt;1) create a new table just for the Calendar (in Power Query or with DAX e.g. using CALENDAR or CALENDARAUTO)&lt;/P&gt;
&lt;P&gt;2) mark it as a Date table (as described here&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/desktop-date-tables" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/desktop-date-tables&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;3) create joins to your data tables&lt;/P&gt;
&lt;P&gt;4) create a slicer based on the calendar table&lt;/P&gt;
&lt;P&gt;5) adjust the DAX in your measures to use Calendar[Date] rather than date columns in the data tables&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="border-radius: 1px; border: solid #CCCCCC 1px; background: #fafafa url('https://community.powerbi.com/t5/image/serverpage/image-id/86505i901712D27DD154D7/image-size/small?v...') no-repeat right 10px center; background-size: auto 60%;"&gt;Did I answer your question? &lt;STRONG style="margin-right: 100px;"&gt; Mark my post as a solution!&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Proud to be a Datanaut!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Jul 2019 04:16:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/750475#M2684</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2019-07-27T04:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/750497#M2690</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="10823" data-lia-user-login="Stachu" class="lia-mention lia-mention-user"&gt;Stachu&lt;/a&gt;&amp;nbsp;has given you a piece of excellent advice. You should follow it. All I can add is that you should (almost) never use a date column from a table that's not a proper Date table. For many more reasons that I have time and space to enlarge upon but one of them being the fact that then and only then will you be able to use time-intelligence functions. Whatever you do, make sure you do it well and according to Best Practices. Otherwise, YOU'LL BE SORRY rather sooner than later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 07:11:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/750497#M2690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-27T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751135#M2747</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="10823" data-lia-user-login="Stachu" class="lia-mention lia-mention-user"&gt;Stachu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for getting back to me and providing me with the information:) However that does not fix my issues:(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Problem 1:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I have tried creating my own date table but it didnt seem to solve the issue I was facing.&lt;/P&gt;&lt;P&gt;The issue i had was the fact tabe makes use of two dates, when creating my own date table, two relationships would need to be made. One of the relationships will be inactive, i then tried using the userrelationship but then realised that it would look at the relationship that is in the formula (Remind you that i do need to use two dates not one).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Solution 1:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I came up with a solution by creating two date slicers from the two columns and then grouping and syncing them. After which I then hide one of them so that one date slicer is used. This seems to work but I am still left with another problem. lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Problem 2:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;This issue I cannot seem to solve without having two date slicers, one date slicer needs to be on the before setting (This is for the running totals since it doesnt need the start date), while the other needs to be on the between date setting (This is for the sales quantity for a specific period of time). I cannot use the between date slicer only due to the effect its having on my running total, i wanted to know if there is a dax formula that will ignore the start date when using between date setting ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 07:53:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751135#M2747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751139#M2748</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time out to respond. I agree with your statement, I am still new to power bi and all you guys assistance helps me alot. I will definately keep the best practices in mind :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still have issues though, please have a look at reply I gave&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="10823" data-lia-user-login="Stachu" class="lia-mention lia-mention-user"&gt;Stachu&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any ideas that I could try please dont hesitate in letting me know, open to try any new approaches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 07:58:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751139#M2748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T07:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751197#M2750</link>
      <description>&lt;P&gt;When your table has multiple date columns, then you've got 2 main choices:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. You create one Date table and join it to the columns. Only one relationship will be active. For measures that want to use the other dates, you'll be using USERELATIONSHIP within CALCULATE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You create as many Date tables as there are columns with dates and join each to the respective column. Of course, each such a Date table should be adjusted to the type of date it's serving. For order dates, your order years should be named something like "OY 2019", and shipping years should be named like "SY 2019." Basically, you should do something that will enable an easy identification of which calendar you're talking about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both solutions have their uses, cons and pros. For instance, if you have separate calendars, you can easily create cross-tabulations. If you have one Date table, you can easily create charts comparing different measures (that use different calendars) side by side. Really, which solution you choose depends on your requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whatever you choose, you can do &lt;STRONG&gt;ANYTHING&lt;/STRONG&gt; in a measure. I mean &lt;STRONG&gt;ANYTHING&lt;/STRONG&gt;. So, if you need a measure that will be showing you the total from the beginning of (your) time, you can write it. It's actually very simple. Something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var __maxDate = MAX ( 'Calendar'[Date] )
var __value =
	CALCULATE(
		[My Measure],
		'Calendar'[Dates] &amp;lt;= __maxDate 
	)
RETURN
	__value&lt;/PRE&gt;&lt;P&gt;Well, does this help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 08:46:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751197#M2750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751344#M2762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the prompt response.&lt;/P&gt;&lt;P&gt;What if one measure needs two use the two dates?&lt;/P&gt;&lt;P&gt;I have named the dates accordingly, thanks for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create that formula you gave however I am getting an error "unexpected expression.&amp;nbsp; This is my formula that gives me an error :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var __maxDate = MAX ( [Posting Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var __Value =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CALCULATE(&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;[SOH Running Total],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Posting Date]&amp;lt;= MAX Item Ledger Entry'[Posting Date] &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;&amp;nbsp; Return __Value &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Am I missing something?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Bash&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Jul 2019 10:59:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751344#M2762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751355#M2764</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ignore the previous reply, found my error in the formula. This has solved the issue for me. This is the correct formula that i was suppose to use.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Running Totals = var __maxDate = MAX ( Item Ledger Entry'[Posting Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var __Value =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CALCULATE(&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;[SOH Running Total],&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;[Posting Date]&amp;lt;= __maxDate &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;&amp;nbsp; Return __Value&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to you and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="10823" data-lia-user-login="Stachu" class="lia-mention lia-mention-user"&gt;Stachu&lt;/a&gt; for all the assistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 10:57:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751355#M2764</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T10:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751375#M2766</link>
      <description>&lt;P&gt;Your formula may be working but IT'S A BAD FORMULA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please save yourself trouble in the future and follow this simple rule:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A measure &lt;FONT color="#FF0000"&gt;MUST NOT&lt;/FONT&gt; ever be preceded by the name of the table it belongs to.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A column name &lt;FONT color="#FF0000"&gt;MUST ALWAYS&lt;/FONT&gt; be preceded by the name of the table it belongs to.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't adhere to this, you'll be sorry one day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:14:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751375#M2766</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T11:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751394#M2768</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the advise:)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My formula meets your rules though,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A column name &lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;MUST ALWAYS&lt;/FONT&gt;&lt;SPAN&gt; be preceded by the name of the table it belongs to&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;U&gt;'&lt;SPAN&gt;Item Ledger Entry '[Posting Date]&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;A measure &lt;/SPAN&gt;&lt;FONT color="#ff0000"&gt;MUST NOT&lt;/FONT&gt;&lt;SPAN&gt; ever be preceded by the name of the table it belongs to:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;SPAN&gt;&lt;SPAN&gt;SOH Running Total&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;This comes from my item ledger entry table)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate the guidance though :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Bash&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:35:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751394#M2768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T11:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751406#M2769</link>
      <description>&lt;P&gt;Not really :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what you've posted before:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Running Totals = var __maxDate = MAX ( Item Ledger Entry'[Posting Date])
var __Value =
    CALCULATE(
        [SOH Running Total],
        [Posting Date]&amp;lt;= __maxDate
        )   Return __Value&lt;/PRE&gt;&lt;P&gt;You'll notice that [Posting Date] is the offender.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751406#M2769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751412#M2770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies lol :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I edited that formula when pasting it in the reply due to clients information being in it and must have deleted the table name before posting date.&lt;/P&gt;&lt;P&gt;The correct formula is :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Running Totals = var __maxDate = MAX ( Item Ledger Entry'[Posting Date])&lt;BR /&gt;var __Value =&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [SOH Running Total],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'&lt;SPAN&gt;Item Ledger Entry'&lt;/SPAN&gt;[Posting Date]&amp;lt;= __maxDate&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&amp;nbsp;&amp;nbsp; Return __Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the assitance&amp;nbsp;Anonymous&lt;/a&gt;, I truly appreciate it :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:59:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751412#M2770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T11:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running Totals with one date slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751468#M2776</link>
      <description>&lt;P&gt;Format your DAX properly: &lt;A href="http://www.daxformatter.com" target="_blank"&gt;www.daxformatter.com&lt;/A&gt;. Please don't write sloppy code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:41:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Running-Totals-with-one-date-slicer/m-p/751468#M2776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-29T12:41:20Z</dc:date>
    </item>
  </channel>
</rss>

