<?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 max closed date for the previous tasks in a wo in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924795#M96024</link>
    <description>&lt;P&gt;Sample data . Last column is the desired output. Looking to get the Max closed_date for previous tasks in the same wo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 15:02:57 GMT</pubDate>
    <dc:creator>Navneet_Kaur</dc:creator>
    <dc:date>2022-11-23T15:02:57Z</dc:date>
    <item>
      <title>How to get the max closed date for the previous tasks in a wo</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924795#M96024</link>
      <description>&lt;P&gt;Sample data . Last column is the desired output. Looking to get the Max closed_date for previous tasks in the same wo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 15:02:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924795#M96024</guid>
      <dc:creator>Navneet_Kaur</dc:creator>
      <dc:date>2022-11-23T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max closed date for the previous tasks in a wo</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924827#M96027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&lt;/P&gt;
&lt;P&gt;It is for creating a new column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&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;LI-CODE lang="markup"&gt;Expected result CC =
MAXX (
    FILTER (
        'Table',
        'Table'[wo] = EARLIER ( 'Table'[wo] )
            &amp;amp;&amp;amp; 'Table'[Task_No] &amp;lt; EARLIER ( 'Table'[Task_No] )
    ),
    'Table'[closed_date]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Nov 2022 15:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924827#M96027</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-11-23T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max closed date for the previous tasks in a wo</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924839#M96029</link>
      <description>&lt;P&gt;Thanks. Let me check it out&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 15:18:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924839#M96029</guid>
      <dc:creator>Navneet_Kaur</dc:creator>
      <dc:date>2022-11-23T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the max closed date for the previous tasks in a wo</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924862#M96031</link>
      <description>&lt;P&gt;Thanks a bunch. It worked.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 15:25:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-max-closed-date-for-the-previous-tasks-in-a-wo/m-p/2924862#M96031</guid>
      <dc:creator>Navneet_Kaur</dc:creator>
      <dc:date>2022-11-23T15:25:04Z</dc:date>
    </item>
  </channel>
</rss>

