Hello to everyone,
Basically I have two tables,
1. Car list, Registration number column(key value)
2. List of all records for all services of the cars from car list, with Date of service column
What I want to do is practically, make the virtual column to see when was the last time the car was serviced
I tried something with lookup, but always get random values
Solved! Go to Solution.
Try something like:
MAX(SELECT(ServicesTable[Date of Service],[registration number]=[_thisRow].[registration number]))
Try something like:
MAX(SELECT(ServicesTable[Date of Service],[registration number]=[_thisRow].[registration number]))
Thanks!!!
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |