<?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: MAX Date with Filters in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634200#M140586</link>
    <description>&lt;P&gt;This worked! Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2024 20:06:32 GMT</pubDate>
    <dc:creator>kballar1</dc:creator>
    <dc:date>2024-01-11T20:06:32Z</dc:date>
    <item>
      <title>MAX Date with Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3633724#M140554</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I have physical date and workflow status. I am needing the latest "physical date" to todays date with the workflow status not including "received pricing".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How many days between the max "physical date" to todays date not including the workflow status "received pricing."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise. Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 15:40:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3633724#M140554</guid>
      <dc:creator>kballar1</dc:creator>
      <dc:date>2024-01-11T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date with Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634034#M140575</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you know the answer to this please?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 18:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634034#M140575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-11T18:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date with Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634067#M140579</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="505917" data-lia-user-login="kballar1" class="lia-mention lia-mention-user"&gt;kballar1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;measure =
var a = maxx( 
         filter(
            tablename,
            tablename[workflow status]&amp;lt;&amp;gt;"received pricing"
         ),
      tablename[physiacal date]
        )
return
datediff(a,today(),day)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Jan 2024 18:53:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634067#M140579</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2024-01-11T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: MAX Date with Filters</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634200#M140586</link>
      <description>&lt;P&gt;This worked! Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 20:06:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MAX-Date-with-Filters/m-p/3634200#M140586</guid>
      <dc:creator>kballar1</dc:creator>
      <dc:date>2024-01-11T20:06:32Z</dc:date>
    </item>
  </channel>
</rss>

