Hello,
I have an applicant workflow and would like to measure how long a candidate has spent in which status (per job and average across all jobs). I want to visualize it in PowerBI. I have the following table:
If the status is "Skipped by user", the applicant was not in this status, if it is "not skipped", the applicant was in this status. For the case shown, I would want to know how long the applicant was in the status "Default" and "Manager Review". If "CLOSED", then I do not need any time.
I would be very grateful if anyone can help.
Kind regards
Christoph
I have an applicant workflow and would like to measure how long a candidate has spent in which status (per job and average across all jobs). I want to visualize it in PowerBI. I have the following table:
Job Req ID | Application ID | Application Status | Application Status Category | Created Date (Timestamp) | Is Current Status | Skipped Status |
300384 | 123456 | Personal Assessment | ASSESSMENT | 22.05.2023 06:21 | Skipped by user | |
300384 | 123456 | Cultural fit assessment | ASSESSMENT | 22.05.2023 06:21 | Skipped by user | |
300384 | 123456 | Manager Review | ASSESSMENT | 22.05.2023 06:21 | Not Skipped | |
300384 | 123456 | Rejected - Direct Rejected | CLOSED | 22.05.2023 09:23 | YES | Not Skipped |
300384 | 123456 | Screening | SCREENING | 22.05.2023 06:21 | Skipped by user | |
300384 | 123456 | Default | APPLIED | 19.05.2023 14:34 | Not Skipped | |
300384 | 123456 | Recruiter Interview | SCREENING | 22.05.2023 06:21 | Skipped by user |
If the status is "Skipped by user", the applicant was not in this status, if it is "not skipped", the applicant was in this status. For the case shown, I would want to know how long the applicant was in the status "Default" and "Manager Review". If "CLOSED", then I do not need any time.
I would be very grateful if anyone can help.
Kind regards
Christoph