You can force a context transition using CALCULATE as shown below.
Valid = CALCULATE( var h = min(HOUR([timestamp_high])) var l = min(Hour([timestamp_low])) return IF(h > l,"Bad","Good") )