Forum Discussion
Anonymous
4 years agoNot applicable
How to calculate date difference based on a column value
Hi, I have calculated the date difference between the start (Date of Entry) and End (Ticket Completion Time). I am wondering how I can get this value based on another column I have called Tick...
- 4 years ago
Anonymous , based on what I got
BI TIme To Resolve Date Diff = if([Ticket status] in {Completed", "Not Working"} , DATEDIFF('ABF Unique Address Request form V1 (2)'[Date of Entry].[Date], 'ABF Unique Address Request form V1 (2)'[TicketCompletionTIme], DAY), blank())
amitchandak
Super User
4 years agoAnonymous , based on what I got
BI TIme To Resolve Date Diff = if([Ticket status] in {Completed", "Not Working"} , DATEDIFF('ABF Unique Address Request form V1 (2)'[Date of Entry].[Date], 'ABF Unique Address Request form V1 (2)'[TicketCompletionTIme], DAY), blank())
- Anonymous4 years agoNot applicable
You got it! It worked! Thank you. Accepted as solution