No.
Input Table -> query transform (select Emp ID ,Dept ID and Max(Date) group by Emp ID ,Dept ID) then join this result back to the input table with Emp ID ,Dept ID and date to get the other fields.
No.
Input Table -> query transform (select Emp ID ,Dept ID and Max(Date) group by Emp ID ,Dept ID) then join this result back to the input table with Emp ID ,Dept ID and date to get the other fields.