Skip to main content
Is there any way we can calculate average throughput time in the process explorer between activities in YEAR or MONTH
I tried creating custom KPI but couldnt go through.
Thanks in adv.
-Amogh
Hi Amogh,
you can specify a custom edge-KPI like this:
AVG(
MONTHS_BETWEEN(SOURCE("Activities"."EVENTTIME"),TARGET("Activities"."EVENTTIME"))
)

This will display the average throughput times in months on every edge.
Cheers
David
Thanks David. It worked!!

Reply