Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Vantage111
Frequent Visitor

Summarizing Employee Numbers by date

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:

Vantage111_1-1676989275969.png

 

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.

 

Vantage111_0-1676989041042.png

 

Regards - and thanks in advance....

3 REPLIES 3
Vantage111
Frequent Visitor

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, 

AlexisOlson
Super User
Super User

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.

 

Vantage111_0-1676995713737.png

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.