<?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: Cumulative Sum  for repeated dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3731915#M145437</link>
    <description>&lt;P&gt;Your measure uses ALL() which removes ALL filters. Use a gentler approach like REMOVEFILTERS,&amp;nbsp; or use CALCULATE to replace specific filters.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 00:44:18 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-02-29T00:44:18Z</dc:date>
    <item>
      <title>Cumulative Sum  for repeated dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3731039#M145403</link>
      <description>&lt;P&gt;Hello, I created this&amp;nbsp; Line Graph of&amp;nbsp;Cumulative sum of the data. but the filter on this isnt showing me other projects. I created a measure for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;This is the measure which i used.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have also created relationships&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Even if i choose the filters on the filter page they are not working. Is this becasue of the measure?&lt;BR /&gt;beacause i have done filterign with projects on different pages here and they all work but they were all calculated columns.&amp;nbsp;&lt;BR /&gt;If someone knows this, Please let me know. Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 15:28:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3731039#M145403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-28T15:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum  for repeated dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3731915#M145437</link>
      <description>&lt;P&gt;Your measure uses ALL() which removes ALL filters. Use a gentler approach like REMOVEFILTERS,&amp;nbsp; or use CALCULATE to replace specific filters.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:44:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3731915#M145437</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-02-29T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum  for repeated dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3734407#M145551</link>
      <description>&lt;P&gt;The Cumulative Sum is not showing correct data in the last rows since the month January.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the formula i'm currently using to calculate the cumulative sum&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Can someone let me know why is this issue coming?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 18:18:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3734407#M145551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-29T18:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum  for repeated dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3734429#M145552</link>
      <description>&lt;P&gt;The formula work when i dont apply filter against it.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But when i apply the filter it doesnt work for the measure which i am using to create the Cumulative Sum but it works for the other columns which are being used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 18:30:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3734429#M145552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-29T18:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum  for repeated dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3737328#M145689</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;&lt;BR /&gt;Do not include sensitive information or anything not related to the issue or question. &lt;BR /&gt;&lt;BR /&gt;If you are unsure how to upload data please refer to &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2024 02:49:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-Sum-for-repeated-dates/m-p/3737328#M145689</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-03-02T02:49:14Z</dc:date>
    </item>
  </channel>
</rss>

