Hello everyone,
I’m currently working with Fusion Data Intelligence, and I’m trying to create a graph that shows exit projections (employee terminations/retirements) for each month and year.
My Data:
- Current Columns:
person number, termination date, retirement date
What I Want to Achieve:
I’d like to generate a projection of exits per month, where the exit could be either a termination or retirement, depending on which comes first. Specifically, I want to:
- Identify the first exit date for each employee (either from the
termination date or retirement date). - Group the exits by month and year to display the number of exits for each period.
- Visualize this data in a graph, with the X-axis showing the year/month and the Y-axis showing the number of exits.
Any advice or examples would be greatly appreciated!
Thanks in advance for your help!
Best regards