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:
Fowmy
Super User
6 years agoAnonymous
Add this in your vehicles table:
parry2k
Super User
6 years agoAnonymous add a measure using following expression:
Recent Date =
CALCULATE ( MAX ( Table[Date] ), ALLEXCEPT ( Table, Table[Vehicle] ) )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡