<?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: Partial Month Maintenance in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1841097#M39277</link>
    <description>&lt;P&gt;Thank you Amit for providing the Dax code.&amp;nbsp; Aplogize for not getting back with you soon...the information you provided was very helpful and was able to use it to correct the error.&amp;nbsp; Thank you again for all your help.&lt;/P&gt;</description>
    <pubDate>Thu, 13 May 2021 16:08:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-13T16:08:32Z</dc:date>
    <item>
      <title>Partial Month Maintenance</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1825552#M38748</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have the following measure created for partial month maintenance and receiving error on it.&amp;nbsp; Is there a way to fit.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Maint_Revenue_Partial = IF(FORMAT(Waterfall_DateCJ[Date Item Beg], "yyyy-mm") = Waterfall_DateCJ[DM Year Month], &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Waterfall_DateCJ[Maint_Revenue] * ((30 - (DAY(Waterfall_DateCJ[Date Item Beg]))+1) / 30), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF(FORMAT(Waterfall_DateCJ[Date Item END], "yyyy-mm") = Waterfall_DateCJ[DM Year Month], &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Waterfall_DateCJ[Maint_Revenue] * ((DAY(Waterfall_DateCJ[Date Item End])) / 30), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Waterfall_DateCJ[Maint_Revenue])) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 May 2021 18:17:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1825552#M38748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-05T18:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Month Maintenance</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1827705#M38811</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , can you share the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;Maint_Revenue_Partial = IF(FORMAT(Waterfall_DateCJ[Date Item Beg], "yyyy-mm") = Waterfall_DateCJ[DM Year Month],&lt;BR /&gt;Waterfall_DateCJ[Maint_Revenue] * ((DAY(eomonth(Waterfall_DateCJ[Date Item Beg],0)) - DAY(Waterfall_DateCJ[Date Item Beg])) / DAY(eomonth(Waterfall_DateCJ[Date Item Beg],0))),&lt;BR /&gt;IF(FORMAT(Waterfall_DateCJ[Date Item END], "yyyy-mm") = Waterfall_DateCJ[DM Year Month],&lt;BR /&gt;Waterfall_DateCJ[Maint_Revenue] * ((DAY(Waterfall_DateCJ[Date Item End])) / eomonth(DAY(Waterfall_DateCJ[Date Item End]),0)),&lt;BR /&gt;Waterfall_DateCJ[Maint_Revenue]))&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 14:01:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1827705#M38811</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-05-06T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Partial Month Maintenance</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1841097#M39277</link>
      <description>&lt;P&gt;Thank you Amit for providing the Dax code.&amp;nbsp; Aplogize for not getting back with you soon...the information you provided was very helpful and was able to use it to correct the error.&amp;nbsp; Thank you again for all your help.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 16:08:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Partial-Month-Maintenance/m-p/1841097#M39277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-13T16:08:32Z</dc:date>
    </item>
  </channel>
</rss>

