Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi everyone,
I have data for job postings and unfortunatley don't have anything that records status changes. This is a problem when measuring how long a job has been open for, as the client would like the "Days Open" column to pause it's count whenever a job is placed On-Hold.
In the example data below, lets say job 3 was placed On Hold on 05-Nov, I would then like the Days Open column to show 2 for this job, and then if it becomes Open again, for the count to continue on from 2. Is this possible? Thanks!
| Job | Created Date | Filled Date | Status | Days Open |
| 1 | 01-Nov-23 | Open | 5 | |
| 2 | 02-Nov-23 | Open | 5 | |
| 3 | 03-Nov-23 | On-Hold | 5 | |
| 4 | 04-Nov-23 | 06-Nov-23 | Filled | 2 |
Hello, could you let me see the size you are using for opening days?
To get the data for Days Open it is just a DATDIFF between the Created Date and Today
If you add a column for date put on hold and a column for date re-opened you will be able to make this work.
Proud to be a Super User! | |
Yeah it 100% would but that's just the thing, how can I get it to record any time there is a change in status?
You'll need those added in and populated at the source.
Proud to be a Super User! | |
Not possible I'm afraid, the API used to collect this data is extremely limited and does not support timestamps on status changes.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |