Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Power Query Max Date for Multiple User IDs

Hello all,   I am looking for help for what was a very easy thing to deliver as a custom column using a simple MAX statement. Here is some test data. Essentially I need to figure out how to build t...
  • HotChilli's avatar
    4 years ago

    Duplicate the table.

    Perform a 'Group By' on ID with Max (Effective Date)

    ----

    Use Merge Queries to join the resulting table with the original table ( joining on ID)