Forum Discussion
Anonymous
6 years agoNot applicable
Identify the most recent data
Hi, I have a data dump from a vehicle tracking system, that records the time, location etc each time a vehicle's ignition is switched on or off. A simplified view is as below: Vehicle Sta...
- 6 years ago
Anonymous
Add this in your vehicles table:
richbenmintz
6 years agoResident Rockstar
Hi Anonymous,
Wow parry2k and Fowmy are fast,
Another approach would be to derive the rows you are looking for during data ingestion. see the linked .pbix.
essentially ranks the data in power query then creates a filtered table where the rank = 1
Anonymous
6 years agoNot applicable
I like the look of your solution, saves the need for the second table, but I'm not sure how you got to the stage in your screenshot? I have very limited knowledge of the query editor 😕