Forum Discussion

Rolf's avatar
Rolf
Frequent Visitor
8 years ago
Solved

Create a new table with last known record

Hey,   I have a table with many records of equipment and where it has been. I would like to take this data to another table and keep only te most recent entry (row) of each equipment.   I have tr...
  • Zubair_Muhammad's avatar
    Zubair_Muhammad
    8 years ago

    Hi Rolf

    Sorry for getting back late. In Power Query, you can achieve exactly the same reults

    1) Create a duplicate table/query
    2) Use the "Group by" ....... Group by Equipment.......New Column with Maximum Date
    3) Then Go to Merge Queries (merge the above table with orginal table)
    4) Select Date and Equipment Columns in both tables (Two Column match)
    5) Expand Table Selecting LAT and LON