<?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: Creating Running total chart using DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3821097#M149441</link>
    <description>&lt;P&gt;For the first picture, if i click on the filters, only the top two (straight) target lines moved but not the other running total lines. And upon research online, I read this would be successful if my relationship was bidirectional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for running total, I did not use quick measure. I created my own measures. Example:&lt;/P&gt;&lt;P&gt;RTYTD =&lt;/P&gt;&lt;P&gt;VAR MaxDate = MAX('Calendar Table'[Dates])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;CALCULATE(SUM('Table1'[Potential Cost Savings]), FILTER(ALLNOBLANKROW('Table1'), 'Table1'[Actual Date] &amp;lt;= MaxDate &amp;amp;&amp;amp; 'Table1'[Actual Date] &amp;lt;&amp;gt; BLANK()))&lt;BR /&gt;&lt;BR /&gt;I figured out most of the solution in the last few hours, where if i add allcrossfiltered bit to the measure, the lines are corrected to what it shouldve been line in the picture 1. But if i clear filters, the two target lines (green &amp;amp; blue) still show wonky like picture 2. The problem is I dont know how to add the cross-filter logic since they are not really measures, they are just static numbers being pulled from power query that I created with target amt.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 22:43:06 GMT</pubDate>
    <dc:creator>vai</dc:creator>
    <dc:date>2024-04-08T22:43:06Z</dc:date>
    <item>
      <title>Creating Running total chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3820815#M149430</link>
      <description>&lt;P&gt;Hi I created a running total chart using measured from DAX and connecting them to a master calendar table query. Initially, these formulas worked fine (picture 1) when I set them up as a single directional relationships in the model view. But since I want to use the filters, I decided to change them to bi-directional so that it reflects appropriately, but then all my target lines go wonky (picture2). Is there something I am missing, or can do better to set this feature up?&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;&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>Mon, 08 Apr 2024 19:41:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3820815#M149430</guid>
      <dc:creator>vai</dc:creator>
      <dc:date>2024-04-08T19:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Running total chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3821018#M149437</link>
      <description>&lt;P&gt;what was the rationale for the bidirectional link?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you use the Running Total Quick Measure?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 21:38:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3821018#M149437</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-08T21:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Running total chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3821097#M149441</link>
      <description>&lt;P&gt;For the first picture, if i click on the filters, only the top two (straight) target lines moved but not the other running total lines. And upon research online, I read this would be successful if my relationship was bidirectional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for running total, I did not use quick measure. I created my own measures. Example:&lt;/P&gt;&lt;P&gt;RTYTD =&lt;/P&gt;&lt;P&gt;VAR MaxDate = MAX('Calendar Table'[Dates])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;CALCULATE(SUM('Table1'[Potential Cost Savings]), FILTER(ALLNOBLANKROW('Table1'), 'Table1'[Actual Date] &amp;lt;= MaxDate &amp;amp;&amp;amp; 'Table1'[Actual Date] &amp;lt;&amp;gt; BLANK()))&lt;BR /&gt;&lt;BR /&gt;I figured out most of the solution in the last few hours, where if i add allcrossfiltered bit to the measure, the lines are corrected to what it shouldve been line in the picture 1. But if i clear filters, the two target lines (green &amp;amp; blue) still show wonky like picture 2. The problem is I dont know how to add the cross-filter logic since they are not really measures, they are just static numbers being pulled from power query that I created with target amt.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 22:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3821097#M149441</guid>
      <dc:creator>vai</dc:creator>
      <dc:date>2024-04-08T22:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Running total chart using DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3824138#M149551</link>
      <description>&lt;P&gt;you can make them measures with a fake aggregation like MIN() or MAX() or AVERAGE()&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 15:11:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-Running-total-chart-using-DAX/m-p/3824138#M149551</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-04-09T15:11:34Z</dc:date>
    </item>
  </channel>
</rss>

