Forum Discussion

Harvey85's avatar
Harvey85
Helper I
2 years ago
Solved

Bring Value for Max Date by Key in Power Query

Hello, I have the following table in Power Query:   Inspections: Key   Date   Value AA   03/20/2024   100 AA   02/15/2024   80 AA   02/27/2024   50 BB   02/27/202...
  • _AAndrade's avatar
    _AAndrade
    2 years ago

    Take a look at this gif:

    The most complicated part is the merge stage. You have to merge with the table itself, but in the ChangeType step. To choose more than one column to link the two tables, you have to use ctrl + left click in the same order in both tables, as I did in the gif.