<?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: Filtering data in a Running Total measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995898#M100952</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;RT Type 1 =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Table'[Value] ),&lt;BR /&gt;ALLSELECTED ( 'Table' ),&lt;BR /&gt;'Table'[Date] &amp;lt;= MAX ( 'Table'[Date] ),&lt;BR /&gt;'Table'[Type] = "1"&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Sun, 01 Jan 2023 12:59:36 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-01-01T12:59:36Z</dc:date>
    <item>
      <title>Filtering data in a Running Total measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995896#M100951</link>
      <description>&lt;P&gt;I've got a calculated measure for a running total, but I'm trying to split it by [Value].&lt;BR /&gt;&lt;BR /&gt;I want to say:&lt;BR /&gt;RT Type 1 = CALCULATE(SUM('Table'[Value]), FILTER(ALLSELECTED('Table'[DATE]), 'Table'[Date] &amp;lt;= 'MAX('Table'[Date])) &lt;STRONG&gt;&amp;amp;&amp;amp; 'Table'[Type] = "1"&lt;/STRONG&gt;)&amp;nbsp;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;When I try this, it just gives me an error saying "Filter has been used in a True/False expression that is used as a table filter expression. This is not allowed."&lt;BR /&gt;&lt;BR /&gt;I can't think of another solution. Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 12:45:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995896#M100951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-01T12:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data in a Running Total measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995898#M100952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;P&gt;RT Type 1 =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;SUM ( 'Table'[Value] ),&lt;BR /&gt;ALLSELECTED ( 'Table' ),&lt;BR /&gt;'Table'[Date] &amp;lt;= MAX ( 'Table'[Date] ),&lt;BR /&gt;'Table'[Type] = "1"&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 12:59:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995898#M100952</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-01T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data in a Running Total measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995905#M100953</link>
      <description>&lt;P&gt;Such an easy solution. Haha, thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jan 2023 13:31:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filtering-data-in-a-Running-Total-measure/m-p/2995905#M100953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-01T13:31:46Z</dc:date>
    </item>
  </channel>
</rss>

