Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Data Scenario –
We need to track employee movement from month to month. We are starting with a baseline file (Employee ID – Dec18) that has many employees; then we have monthly files (Employee ID – Jan19), etc. with employees for that month. Some employees might be terminated, and others can be new employees. When an employee is terminated in Jan19 we should not see them in Feb19. If a new employee is hired in Feb19 we should see them.
Created -
We’ve built relationships between the files. The relationships we’ve created allows us to track terminated employees from month to month however, any new employees that are added to future months are not showing.
We created a table in Power BI that allows us to check for any new employees added to a future month.
(New Employees = EXCEPT('Feb18_EmployeeRoster','Jan18_EmployeeRoster')
We created a table visualization and pulled the “Employee ID” from baseline, then the monthly files Jan19, and Feb19.
Issue –
When we add the “Employee ID” from the New Employees Table it does not allow us to see the newly added employees.
If anyone can assist with a solution that allow us to track employee movement within the same visualization it would be greatly apricated! Thank You!
Solved! Go to Solution.
Hi @wnicholl ,
Please try this:
New Employees = EXCEPT ( VALUES ( 'Feb18_EmployeeRoster'[EmployeeID] ), VALUES ( 'Jan18_EmployeeRoster'[EmployeeID] ) )
Best regards,
Yuliana Gu
Hi Yuliana - Thanks for repling to my post! I'll try your solution and let you know how it worked out.
Hi Yuliana - Thank you for your help. Your solutions worked great!! Thanks agian...
Hi Yuliana - Thank you for your help. Your solutions worked great!! Thanks agian...
Hi @wnicholl ,
Please try this:
New Employees = EXCEPT ( VALUES ( 'Feb18_EmployeeRoster'[EmployeeID] ), VALUES ( 'Jan18_EmployeeRoster'[EmployeeID] ) )
Best regards,
Yuliana Gu
Hi Yuliana - Thanks for repling to my post! I'll try your solution and let you know how it worked out.
Hi @wnicholl ,
Have you worked it out?
Regards,
Yuliana Gu
We had some issues with our data source and subsequently required us to remove our data files. We should be receiving our new data files sometime this week. Thanks for reaching out. I'll touch base once we've tested.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
91 | |
84 | |
76 | |
65 |
User | Count |
---|---|
146 | |
109 | |
109 | |
102 | |
96 |