<?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 Date from the 1st of month 3 months ago in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132153#M48927</link>
    <description>&lt;P&gt;I have a date table and would like to have a "Y"/"N" column in there that indicates if the DATE was within the last 3 calendar months, starting from the 1st of the month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, where today is October 13, I would like every day from July 1st to today to have a "Y" with every other date being a "N".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise?&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 10:50:54 GMT</pubDate>
    <dc:creator>JamieH</dc:creator>
    <dc:date>2021-10-13T10:50:54Z</dc:date>
    <item>
      <title>Date from the 1st of month 3 months ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132153#M48927</link>
      <description>&lt;P&gt;I have a date table and would like to have a "Y"/"N" column in there that indicates if the DATE was within the last 3 calendar months, starting from the 1st of the month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, where today is October 13, I would like every day from July 1st to today to have a "Y" with every other date being a "N".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise?&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 10:50:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132153#M48927</guid>
      <dc:creator>JamieH</dc:creator>
      <dc:date>2021-10-13T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date from the 1st of month 3 months ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132197#M48928</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="295868" data-lia-user-login="JamieH" class="lia-mention lia-mention-user"&gt;JamieH&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column =
  VAR __Today = TODAY()
  VAR __ThreeMonthsAgo = EOMONTH(__Today,-3)
  VAR __ThreeMonthsAgoStart = DATE(YEAR(__ThreeMonthsAgo),MONTH(__ThreeMonthsAgo),1)
RETURN
  IF([Date] &amp;gt;= __ThreeMonthsAgoStart,"Y","N")&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 13 Oct 2021 11:09:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132197#M48928</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-10-13T11:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Date from the 1st of month 3 months ago</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132247#M48929</link>
      <description>&lt;P&gt;Thats great.&amp;nbsp; Thanks Greg&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 11:34:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-from-the-1st-of-month-3-months-ago/m-p/2132247#M48929</guid>
      <dc:creator>JamieH</dc:creator>
      <dc:date>2021-10-13T11:34:51Z</dc:date>
    </item>
  </channel>
</rss>

