cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
justincordasco
Frequent Visitor

Count of Employees Based on Start Dates

I've read multiple threads on this and still cannot get it to work. I have a column of employees, start dates, end dates. I want to be able to essentially chart over time the count of employees (line graph for example). The closest I've come is getting a count of hire on a given date (start date only). Any help? 

1 REPLY 1
kentyler
Solution Sage
Solution Sage

What granularity do you want for your chart ? days, weeks, months ?

I think you need to transform your start/end date table into a table of months say, with one row for each employee that worked that month.

Then you can just count the rows.

Of course, getting that table is the trick. You might be able to use CROSSJOIN() to get a new table that had a cartesian product for a calendar table and your employee table. So you would have an employee start date and end date for every row in the calendar. You can then add a measure that checks to see if the calendar date for that row is between the start date and end date. 1 if it is, 0 if not. Then you can filter the new table for the start and end date you want to use and just count the 1's in each period.

 





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors