Forum Discussion
KatkaS
3 years agoPost Patron
If measure
Hello can you please check below measure? It is reverting wrong result when the difference between deadline and time is 17 seconds... Thank you very much!
- 3 years ago
Hi, KatkaS
I tested your function without an exception.
Column = IF([App DeadLine]>[UPDATE TIME],"ON TIME","LATE")You can also try another method.
Column 2 = DATEDIFF([UPDATE TIME],[App DeadLine],SECOND)Column 3 = IF([Column 2]>0,"ON TIME","LATE")You can try this formula and see if there are any exceptions.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
thedatahiker
3 years agoMicrosoft Employee
Since this is a calculated column, can you send a screenshot of the data tab? It would help to figure out the issue