Forum Discussion
Wait Time
Hi bhmiller89,
Did you mean this?
Measure with DATEDIFF() function:
Wait Time =
DATEDIFF (
MAX ( 'Action'[DateOpened] ),
CALCULATE (
MIN ( 'Action'[ActionDate] ),
ALLEXCEPT ( 'Action', 'Action'[Actions] )
),
MINUTE
)
If it doesn't satisfy your requirement, please share us some sample data which we can copy and paste directly and its corresponding expected result.
Thanks,
Xi Jin.
That didn't seem to work.
Here's an Incident that has two actions. I need the number of minutes between the OpenDate and the very first Action StartDate. So in this case it should be somewhere around 38 minutes but the formula is spitting out that weird number. The OpenDate for the Incident and the StartDate of the Action are in two different tables if that matters
- v-xjiin-msft8 years agoSolution Sage
Hi bhmiller89,
Yes. That matters.
Please share us your table structure and some sample data which we can copy and paste directly. Or if you can share us your pbix file with One Drive or Google Drive, it'll help us a lot to know your actual situation.
Thanks,
Xi Jin.