<?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: How to FInd the MAX date for a particluar license number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3653514#M141546</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="620759" data-lia-user-login="Rkrama746" class="lia-mention lia-mention-user"&gt;Rkrama746&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Create this measure and use it:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_MsrMaxExpirationDate =
CALCULATE (
    MAX ( DimStaffLicenses[ExpirationDate] ),
    ALLEXCEPT ( DimStaffLicenses, DimStaffLicenses[LicenseNumber] )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 23 Jan 2024 08:39:57 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2024-01-23T08:39:57Z</dc:date>
    <item>
      <title>How to FInd the MAX date for a particluar license number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3653449#M141542</link>
      <description>&lt;P&gt;I am trying to find MAX date for a particular License number but i am not able to acheive this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find these for refrence&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;_MsrMaxExpirationDate =&lt;BR /&gt;MAXX(&lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;DimStaffLicenses,&lt;BR /&gt;DimStaffLicenses[LicenseNumber],&lt;BR /&gt;"MaxExpirationDate", MAX(DimStaffLicenses[ExpirationDate])&lt;BR /&gt;),&lt;BR /&gt;[MaxExpirationDate]&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But not getting MAX date with this condtion&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 14:13:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3653449#M141542</guid>
      <dc:creator>Rkrama746</dc:creator>
      <dc:date>2024-04-17T14:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to FInd the MAX date for a particluar license number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3653514#M141546</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="620759" data-lia-user-login="Rkrama746" class="lia-mention lia-mention-user"&gt;Rkrama746&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Create this measure and use it:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_MsrMaxExpirationDate =
CALCULATE (
    MAX ( DimStaffLicenses[ExpirationDate] ),
    ALLEXCEPT ( DimStaffLicenses, DimStaffLicenses[LicenseNumber] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 23 Jan 2024 08:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3653514#M141546</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2024-01-23T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to FInd the MAX date for a particluar license number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3654208#M141578</link>
      <description>&lt;P&gt;Thanks A lot&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 13:55:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-FInd-the-MAX-date-for-a-particluar-license-number/m-p/3654208#M141578</guid>
      <dc:creator>Rkrama</dc:creator>
      <dc:date>2024-01-23T13:55:34Z</dc:date>
    </item>
  </channel>
</rss>

