Forum Discussion
Time Delta
- 4 years ago
Hi Anonymous ,
According to the information you describe, you can add a judgment condition to the original formula. I did a test, the reference is as follows:
Col_ = IF ( HOUR ( 'Table'[End Time] ) = 10 && MINUTE ( 'Table'[End Time] ) <= 0, TRUE (), IF ( HOUR ( 'Table'[End Time] ) < 10, TRUE (), FALSE () ) )If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
According to the information you describe, you can add a judgment condition to the original formula. I did a test, the reference is as follows:
Col_ =
IF (
HOUR ( 'Table'[End Time] ) = 10
&& MINUTE ( 'Table'[End Time] ) <= 0,
TRUE (),
IF ( HOUR ( 'Table'[End Time] ) < 10, TRUE (), FALSE () )
)
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.