Forum Discussion
Anonymous
3 years agoNot applicable
Help Required calculating duration
Hello Team, I need your help in the below scenario i want to calculate the duration column where it shows the number of hours and minutes taken to resolved the call excluding weekends (Create...
- 3 years ago
Anonymous i think you forgot second max date in table name.i highlight that you miss out in code.
MM = ABS(DATEDIFF( MAX( 'Data'[Created on]), MAX(Data[Resolved on] ),MINUTE))Data[Resolved on]Anonymous If this post helps, then please consider Accept it as the solution and give Kudo to help the other members find it more quickly.
thank you!
Mahesh0016
Super User
3 years agoAnonymous i think you forgot second max date in table name.i highlight that you miss out in code.
MM = ABS(DATEDIFF( MAX( 'Data'[Created on]), MAX(Data[Resolved on] ),MINUTE))Data[Resolved on]
Anonymous If this post helps, then please consider Accept it as the solution and give Kudo to help the other members find it more quickly.
thank you!