Hi guys,
I am struggling with a problem calculating average days/times in Power BI Desktop.
I have the following sets of data;
- Job status
- Status start date (date/hh/mm/ss)
- Status end date (date/hh/mm/ss)
My aim is to find a formula/s which will help me calculate;
- The time intervals spent between different job status'
- The average time spent on each job status
Does anyone know the steps, or the DAX formula's that i can use to calculate these sets of information?
Thanks!