<?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 MAking a last day of month calendar in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010676#M157917</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm creating a calendar with this function:&lt;/P&gt;&lt;P&gt;Calendar =&lt;BR /&gt;VAR StartDate = MIN('orders_time'[created_at])&lt;BR /&gt;VAR EndDate = ENDOFMONTH(MAX('orders_time'[created_at]))&lt;BR /&gt;RETURN&lt;BR /&gt;CALENDAR(StartDate, EndDate)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but did not work, any idea how to setup the last day of the calendar has to be the last day of the month?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jun 2024 07:31:00 GMT</pubDate>
    <dc:creator>quickbi</dc:creator>
    <dc:date>2024-06-26T07:31:00Z</dc:date>
    <item>
      <title>MAking a last day of month calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010676#M157917</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm creating a calendar with this function:&lt;/P&gt;&lt;P&gt;Calendar =&lt;BR /&gt;VAR StartDate = MIN('orders_time'[created_at])&lt;BR /&gt;VAR EndDate = ENDOFMONTH(MAX('orders_time'[created_at]))&lt;BR /&gt;RETURN&lt;BR /&gt;CALENDAR(StartDate, EndDate)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but did not work, any idea how to setup the last day of the calendar has to be the last day of the month?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:31:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010676#M157917</guid>
      <dc:creator>quickbi</dc:creator>
      <dc:date>2024-06-26T07:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: MAking a last day of month calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010684#M157918</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729554" data-lia-user-login="quickbi" class="lia-mention lia-mention-user"&gt;quickbi&lt;/a&gt;&amp;nbsp;- can you try below calendar table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Calendar =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;StartDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;EndDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;EOMONTH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Date'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALENDAR&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;StartDate&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;EndDate&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:41:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010684#M157918</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-06-26T07:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: MAking a last day of month calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010691#M157919</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;PRE&gt;Calendar =&lt;BR /&gt;VAR StartDate = MIN('orders_time'[created_at])&lt;BR /&gt;VAR EndDate = EOMONTH(MAX('orders_time'[created_at]), 0)&lt;BR /&gt;RETURN&lt;BR /&gt;CALENDAR(StartDate, EndDate)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729554" data-lia-user-login="quickbi" class="lia-mention lia-mention-user"&gt;quickbi&lt;/a&gt;&amp;nbsp; Hope it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;BR /&gt;Appreciate your Kudos!!&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 07:45:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4010691#M157919</guid>
      <dc:creator>fahadqadir3</dc:creator>
      <dc:date>2024-06-26T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: MAking a last day of month calendar</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4015277#M158213</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="729554" data-lia-user-login="quickbi" class="lia-mention lia-mention-user"&gt;quickbi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the description, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="118660" data-lia-user-login="rajendraongole1" class="lia-mention lia-mention-user"&gt;rajendraongole1&lt;/a&gt;&amp;nbsp;the response provides the solution. It should be helpful to you.&lt;/P&gt;
&lt;P&gt;If you have solved the problem, please &lt;SPAN&gt;please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wisdom Wu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 09:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAking-a-last-day-of-month-calendar/m-p/4015277#M158213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-28T09:21:40Z</dc:date>
    </item>
  </channel>
</rss>

