In my data set, i have the following columns of data that are being pulled in via a database.
Job Status
Status start date
Status end date
I have been able to calculate the average time for each job by doing using a datediff formula; Day Diff = DATEDIFF (job_status_history[status_start_date], job_status_history[status_end_date],DAY), and using the average measures in the reporting elements.
However, there are some job status that i would like to exclude from this calculation. Does anyone know how i would add a measure/formula to my table to keep the day diff calculation, but exclude certain status in the 'status' column? For example, 'client approved'.