<?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 How to get the first day of last month &amp;amp; last day of last month using DAX measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-first-day-of-last-month-amp-last-day-of-last/m-p/3300919#M123122</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please guide how can we get the 'first day of last month' &amp;amp; 'last day of last month' using DAX measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jun 2023 02:25:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-25T02:25:01Z</dc:date>
    <item>
      <title>How to get the first day of last month &amp; last day of last month using DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-first-day-of-last-month-amp-last-day-of-last/m-p/3300919#M123122</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please guide how can we get the 'first day of last month' &amp;amp; 'last day of last month' using DAX measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 02:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-first-day-of-last-month-amp-last-day-of-last/m-p/3300919#M123122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-25T02:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the first day of last month &amp; last day of last month using DAX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-first-day-of-last-month-amp-last-day-of-last/m-p/3300950#M123123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe something like this?&lt;/P&gt;
&lt;P&gt;Last day of last month:&lt;/P&gt;
&lt;PRE&gt;Measure = 
EOMONTH(TODAY(), -1)&lt;/PRE&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;First day of last month:&lt;/P&gt;
&lt;PRE&gt;Measure = 
EOMONTH(TODAY(), -2) + 1 &lt;/PRE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know, if this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2023 04:12:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-first-day-of-last-month-amp-last-day-of-last/m-p/3300950#M123123</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2023-06-25T04:12:15Z</dc:date>
    </item>
  </channel>
</rss>

