<?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: A Measure to Count Rows where a date is 30 days past today's date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331213#M171939</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="902026" data-lia-user-login="Gandarthvader" class="lia-mention lia-mention-user"&gt;Gandarthvader&lt;/a&gt;&amp;nbsp;- try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VAR _30_days_ago = TODAY() - 30

RETURN
   COUNTROWS(FILTER('MPL',NOT(ISBLANK([Integration]))&amp;amp;&amp;amp;[Integration] &amp;gt; _30_days_ago ))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this works, please accept it as the solution, it helps with the visibility for others with the same challenge.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 15:40:49 GMT</pubDate>
    <dc:creator>mark_endicott</dc:creator>
    <dc:date>2024-12-16T15:40:49Z</dc:date>
    <item>
      <title>A Measure to Count Rows where a date is 30 days past today's date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331174#M171933</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're trying to show a count of projects that are 30 days or more past their Integration date. I'm still pretty new at this, but I found how to make a measure counting projects that have integrated since today's date, but I didn't know if there was a place that I could just add a +30 or something to make it 30 days or more past today's date? Below is the measure I have right now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Old Projects = COUNTROWS(FILTER('MPL',NOT(ISBLANK([Integration]))&amp;amp;&amp;amp;[Integration]&amp;lt;TODAY()))&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:23:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331174#M171933</guid>
      <dc:creator>Gandarthvader</dc:creator>
      <dc:date>2024-12-16T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: A Measure to Count Rows where a date is 30 days past today's date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331213#M171939</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="902026" data-lia-user-login="Gandarthvader" class="lia-mention lia-mention-user"&gt;Gandarthvader&lt;/a&gt;&amp;nbsp;- try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;VAR _30_days_ago = TODAY() - 30

RETURN
   COUNTROWS(FILTER('MPL',NOT(ISBLANK([Integration]))&amp;amp;&amp;amp;[Integration] &amp;gt; _30_days_ago ))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this works, please accept it as the solution, it helps with the visibility for others with the same challenge.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 15:40:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331213#M171939</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-12-16T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: A Measure to Count Rows where a date is 30 days past today's date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331261#M171945</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343036" data-lia-user-login="mark_endicott" class="lia-mention lia-mention-user"&gt;mark_endicott&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 16:02:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/A-Measure-to-Count-Rows-where-a-date-is-30-days-past-today-s/m-p/4331261#M171945</guid>
      <dc:creator>Gandarthvader</dc:creator>
      <dc:date>2024-12-16T16:02:44Z</dc:date>
    </item>
  </channel>
</rss>

