<?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 End of month calculation for custom calendar in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3241495#M119275</link>
    <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on a report where I have local Nepali calendar that has month start from about mid of english month and year end in about mid of April. How can I calculate End of Month for this type of calendar. I have a data that has end of month balance based on Nepali month end date. I have limited time to close this project.&lt;BR /&gt;Your help will be greately appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jag&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 04:24:38 GMT</pubDate>
    <dc:creator>Jagdish_Jha</dc:creator>
    <dc:date>2023-05-18T04:24:38Z</dc:date>
    <item>
      <title>End of month calculation for custom calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3241495#M119275</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on a report where I have local Nepali calendar that has month start from about mid of english month and year end in about mid of April. How can I calculate End of Month for this type of calendar. I have a data that has end of month balance based on Nepali month end date. I have limited time to close this project.&lt;BR /&gt;Your help will be greately appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jag&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 04:24:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3241495#M119275</guid>
      <dc:creator>Jagdish_Jha</dc:creator>
      <dc:date>2023-05-18T04:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: End of month calculation for custom calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3245329#M119523</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="562438" data-lia-user-login="Jagdish_Jha" class="lia-mention lia-mention-user"&gt;Jagdish_Jha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have already a good date table linking the two calendars. What challenge do you face specifically?&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 11:09:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3245329#M119523</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-20T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: End of month calculation for custom calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3245344#M119528</link>
      <description>&lt;P&gt;I would add a Nepali year column and then create a DAX column that gets the MAX date for the same year and month. For example,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NepaliEOM =
CALCULATE (
    MAX ( Date[NepaliDate] ),
    ALLEXCEPT ( Date, Date[NepaliYear], Date[NepaliMonth] )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2023 12:34:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/End-of-month-calculation-for-custom-calendar/m-p/3245344#M119528</guid>
      <dc:creator>ppm1</dc:creator>
      <dc:date>2023-05-20T12:34:03Z</dc:date>
    </item>
  </channel>
</rss>

