Forum Discussion
andrewhann
8 years agoHelper II
Production Gap
Can anyone help with the following - I want to measure the time difference between the LASTBOOKDATE and FIRSTBOOKDATE from one Works Order to the next (ie Production Gaps) on each Production...
- 8 years ago
The last two references need to be FirstBookDate.
MAXX = CALCULATE( MAXX(Table1,Table1[LASTBOOKDATE]), FILTER( ALL(Table1), Table1[PRODUCTION_LINE] = EARLIER(Table1[PRODUCTION_LINE]) && Table1[FIRSTBOOKDATE]< EARLIER(Table1[FIRSTBOOKDATE])))
Zubair_Muhammad
8 years agoCommunity Champion
Hi andrewhann
is this the expected result?
One case
082959 911201A L1 TimeDifference = 28/12/2016 10:41:00 - 28/12/2016 09:37:00