<?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: Need to propagate a monthly total for each month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006292#M156822</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369193" data-lia-user-login="CMSGuy" class="lia-mention lia-mention-user"&gt;CMSGuy&lt;/a&gt;&amp;nbsp;basically you need year to day (YTD) view on your data?&lt;/P&gt;
&lt;P&gt;If yes, and if your model for Date table is connected with Start date which you refere then simple YTD formula should work fine, like below, adjust your measure and your date table&lt;/P&gt;
&lt;P&gt;CALCULATE (&lt;BR /&gt;[Your measure],&lt;BR /&gt;DATESYTD ( 'Date'[Date] )&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/datesytd-function-dax?WT.mc_id=DP-MVP-4025372" target="_blank"&gt;Link&lt;/A&gt; for YTD function&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 06:29:58 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2024-06-24T06:29:58Z</dc:date>
    <item>
      <title>Need to propagate a monthly total for each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4005140#M156375</link>
      <description>&lt;P&gt;This is more of a data shaping question.&amp;nbsp; I have a dataset that has a starting date (I am using the month from that date) and has a monthly savings amount.&amp;nbsp; This data is coming from a SharePoint list and the list has a calculated column for that monthly amount.&amp;nbsp; I have a matrix that has the name of the project with it's projected yearly (2024) savings, the start date of the savings, and the monthly savings (The total anticipated savings / (13-MonthNumberFromStartDate).&amp;nbsp; How can the monthly savings total be shown for each month after the starting date and include the starting month? In the "DevOps Consolidation" example, the estimated 2024 yearly savings is $50,000 and this correctly is showing $7,142.86 starting in June (as 50K/7 is that amount).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must be just missing something. Thanks for the help.&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;</description>
      <pubDate>Sat, 22 Jun 2024 15:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4005140#M156375</guid>
      <dc:creator>CMSGuy</dc:creator>
      <dc:date>2024-06-22T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to propagate a monthly total for each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006292#M156822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369193" data-lia-user-login="CMSGuy" class="lia-mention lia-mention-user"&gt;CMSGuy&lt;/a&gt;&amp;nbsp;basically you need year to day (YTD) view on your data?&lt;/P&gt;
&lt;P&gt;If yes, and if your model for Date table is connected with Start date which you refere then simple YTD formula should work fine, like below, adjust your measure and your date table&lt;/P&gt;
&lt;P&gt;CALCULATE (&lt;BR /&gt;[Your measure],&lt;BR /&gt;DATESYTD ( 'Date'[Date] )&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/datesytd-function-dax?WT.mc_id=DP-MVP-4025372" target="_blank"&gt;Link&lt;/A&gt; for YTD function&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 06:29:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006292#M156822</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2024-06-24T06:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to propagate a monthly total for each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006429#M156831</link>
      <description>&lt;P&gt;Thanks for the reply from &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="555045" data-lia-user-login="some_bih" class="lia-mention lia-mention-user"&gt;some_bih&lt;/a&gt;&amp;nbsp;, please allow me to provide another insight:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="369193" data-lia-user-login="CMSGuy" class="lia-mention lia-mention-user"&gt;CMSGuy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you can try formula like below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Total Monthly Savings =
VAR SelectedMonth =
    MAX ( 'Date'[MonthNumber] )
VAR SelectedYear =
    MAX ( 'Date'[Year] )
RETURN
    SUMX (
        FILTER (
            'Projects',
            YEAR ( 'Projects'[Start Date] ) = SelectedYear
                &amp;amp;&amp;amp; MONTH ( 'Projects'[Start Date] ) &amp;lt;= SelectedMonth
        ),
        'Projects'[Monthly Savings]
    )
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 07:41:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006429#M156831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-24T07:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need to propagate a monthly total for each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006729#M156852</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; I do have that part working with not problem, but how do I take that monthly savings amount and show it on each month beginning with the starting month and continuing each month thereafter?&amp;nbsp; This is a sample of an excel sheet. The first item has total savings of 63,600 and begins in January.&amp;nbsp; Each month is 5,300 savings.&amp;nbsp; The second&amp;nbsp; is a total of 51,500 and starts in February, with monthly savings of 4681.82; then the third example is a total of 66,000 starting in March (so ten months&amp;nbsp;@ 6,600).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the proper monthly savings, but I would like to show that value in the starting month and then each month after to the end of the calendar year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;TD&gt;Feb&lt;/TD&gt;&lt;TD&gt;March&lt;/TD&gt;&lt;TD&gt;April&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;TD&gt;June&lt;/TD&gt;&lt;TD&gt;July&lt;/TD&gt;&lt;TD&gt;Aug&lt;/TD&gt;&lt;TD&gt;Sept&lt;/TD&gt;&lt;TD&gt;Oct&lt;/TD&gt;&lt;TD&gt;Nov&lt;/TD&gt;&lt;TD&gt;Dec&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;TOTAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;63600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;51500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;66000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 24 Jun 2024 10:40:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006729#M156852</guid>
      <dc:creator>CMSGuy</dc:creator>
      <dc:date>2024-06-24T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to propagate a monthly total for each month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006748#M156854</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; This is a sample of an excel sheet. The first item has total savings of 63,600 and begins in January.&amp;nbsp; Each month is 5,300 savings.&amp;nbsp; The second&amp;nbsp; is a total of 51,500 and starts in February, with monthly savings of 4681.82; then the third example is a total of 66,000 starting in March (so ten months&amp;nbsp;@ 6,600).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting the proper monthly savings, but I would like to show that value in the starting month and then each month after to the end of the calendar year.&amp;nbsp; Would your formula do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;TD&gt;Feb&lt;/TD&gt;&lt;TD&gt;March&lt;/TD&gt;&lt;TD&gt;April&lt;/TD&gt;&lt;TD&gt;May&lt;/TD&gt;&lt;TD&gt;June&lt;/TD&gt;&lt;TD&gt;July&lt;/TD&gt;&lt;TD&gt;Aug&lt;/TD&gt;&lt;TD&gt;Sept&lt;/TD&gt;&lt;TD&gt;Oct&lt;/TD&gt;&lt;TD&gt;Nov&lt;/TD&gt;&lt;TD&gt;Dec&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;TOTAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;5300&lt;/TD&gt;&lt;TD&gt;63600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;4681.818&lt;/TD&gt;&lt;TD&gt;51500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;6600&lt;/TD&gt;&lt;TD&gt;66000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 24 Jun 2024 10:52:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-propagate-a-monthly-total-for-each-month/m-p/4006748#M156854</guid>
      <dc:creator>CMSGuy</dc:creator>
      <dc:date>2024-06-24T10:52:28Z</dc:date>
    </item>
  </channel>
</rss>

