<?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 total, missing month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2868085#M92470</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;You can use the [Month Number] column but that won't work in case the blank month is January and you want to return December of the previous year.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 12:55:19 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-10-27T12:55:19Z</dc:date>
    <item>
      <title>Cumulative total, missing month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2867796#M92450</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a cumulative total bar chart comparing proposals sent from 2021 to 2022. In September there were no proposals sent. How do you carry accross the same value for August so that September is not left blank?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Running total 2022 = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[Gross Value for 2022 running total in Month]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'All Deals'&lt;/SPAN&gt;&lt;SPAN&gt;[Proposal Sent Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'All Deals'&lt;/SPAN&gt;&lt;SPAN&gt;[Proposal Sent Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'All Deals'&lt;/SPAN&gt;&lt;SPAN&gt;[Proposal Sent Date]&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 11:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2867796#M92450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-27T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total, missing month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2868064#M92467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;I don't think this can be achieved&amp;nbsp;without the use of a Date Table. Using a Date Table you can slice by [Month Name]&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Running total 2022 new =
COALESCE (
    [Running total 2022],
    CALCULATE (
        [Running total 2022],
        ALL ( 'Date'[Month Name] ),
        'Date'[YearMonth Rank]
            = MAX ( 'Date'[YearMonth Rank] ) - 1
    )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2868064#M92467</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-27T12:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative total, missing month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2868085#M92470</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;You can use the [Month Number] column but that won't work in case the blank month is January and you want to return December of the previous year.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:55:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-total-missing-month/m-p/2868085#M92470</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-10-27T12:55:19Z</dc:date>
    </item>
  </channel>
</rss>

