<?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: How to count cumulative on graph in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-cumulative-on-graph/m-p/3094956#M108548</link>
    <description>&lt;P&gt;Yes, it is possible to create a DAX formula to count cumulative totals in Power BI. You can use the following formula:&lt;/P&gt;&lt;P&gt;Cumulative Total = CALCULATE(SUM(Table[Value]), FILTER(ALLSELECTED(Table), Table[Date] &amp;lt;= MAX(Table[Date])))&lt;/P&gt;&lt;P&gt;Replace "Table" with the name of your table and "Value" with the name of the column you want to calculate the cumulative total for. Also, replace "Date" with the name of the column containing the date information. This formula will give you the cumulative total for the selected period of time.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Feb 2023 09:23:37 GMT</pubDate>
    <dc:creator>MAwwad</dc:creator>
    <dc:date>2023-02-23T09:23:37Z</dc:date>
    <item>
      <title>How to count cumulative on graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-cumulative-on-graph/m-p/3094785#M108532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help to count cumulative for total. However, i dont have the figure in excel. Im using the function to count the row. Issit possible to create a DAX formulae?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 07:50:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-cumulative-on-graph/m-p/3094785#M108532</guid>
      <dc:creator>Nyxza</dc:creator>
      <dc:date>2023-02-23T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to count cumulative on graph</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-cumulative-on-graph/m-p/3094956#M108548</link>
      <description>&lt;P&gt;Yes, it is possible to create a DAX formula to count cumulative totals in Power BI. You can use the following formula:&lt;/P&gt;&lt;P&gt;Cumulative Total = CALCULATE(SUM(Table[Value]), FILTER(ALLSELECTED(Table), Table[Date] &amp;lt;= MAX(Table[Date])))&lt;/P&gt;&lt;P&gt;Replace "Table" with the name of your table and "Value" with the name of the column you want to calculate the cumulative total for. Also, replace "Date" with the name of the column containing the date information. This formula will give you the cumulative total for the selected period of time.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 09:23:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-cumulative-on-graph/m-p/3094956#M108548</guid>
      <dc:creator>MAwwad</dc:creator>
      <dc:date>2023-02-23T09:23:37Z</dc:date>
    </item>
  </channel>
</rss>

