Forum Discussion
Employees headcount
Hello All,
I am working on power bi and I am facing a challenge in calculating total number of employees,
I have seen several articals in which they create inactive relationship between calendar and employee table. That works.
But my problem is I want to filter the data too and I have several other tables.
Employee table - Emplyee ID, start date and end date (if present else blank)
Timesheet table - This is my transaction table and I have several other tables as well like cost centre.
So, Timesheet is my transaction table and employee table is master's table.
Please do suggest me some other methods to make it work.
Below are the DAX which is used and they worked but for inactive relationship of employee and calendar table.
8 Replies
- amitchandakSuper User
Anonymous ,
Please if this blog can help
- AnonymousNot applicable
Actual Relations
Left Side actual result, right side by using your DAX measures
Hello amitchandak
Thankyou for your reply, I have attached 2 images, the first one shows the actual relations which i made and second one shows the results,
Results in left table are the actual results and right ones i created by using the dax which you shared.
Please have a look what I atually want, and do suggest
Thanks!
- amitchandakSuper User
Anonymous , can you share the formula you used. Do these dates have a timestamp. hire number seems off by far at few places.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.