Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table that has an employee ID, a date when they joined the company (join_date) and a date when they left the company (leaving_date). An employee is still a member until the leving_date is no longer a null.
I am trying to create a new table that will contain the following information:
The end of any Year/Month/Quarter number of leavers in the period, number of joiners in the period and the total number of employees still in the business.
Sample from existing table:
I have made some attempts at creating the new table, this is about the closest i've come to getting it to work, pretty sure there is a reasonably simple fix.
Regards - and thanks in advance....
So....still need to work out out the other two elements, number of Leavers and Joiners in a given period.
With the help of AlexisOlsen and my brain defugging, I have a column that gives me the TOTAL employees on agiven date,
Try [Date] instead of Date.
Alexis
Thank you, I had spotted the error and also another two that I will put below for completeness.
Changed the MAX(Employee[join_date]) as in the previous version anyone joining after the last leaver would not register.
Also added the OR employee[leaving_date] = Blank() to include those employees that have not left.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 12 | |
| 12 | |
| 9 |