Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi everyone,
I'm struggling categorizing our employees.
The trouble is: I'm trying to add a column where,
when the employee has less than 45 days in the company, hes passing through his "First Experience",
when he has between 45 and 90 days, hes in his "Second Experience",
after that, he's considered "Hired", BUT, if he get fired after the 90 days, he's considered "Fired after experience".
Problem is, my measure only categorize those employees who has a TERM_DATE, those who's TERM_DATE is BLANK it doesn't categorize correctly. How can i fix this problem?
This is how my calculated column returns
HIRE_DATE | TERM_DATE | NEW RECRUITS |
01/01/2024 | Hired | |
22/02/2024 | Hired | |
18/03/2024 | Hired | |
05/03/2024 | 07/03/2024 | First Experience |
15/01/2024 | 08/03/2024 | Second Experience |
01/12/2023 | 08/03/2024 | Fired After Experience |
And this is how i want it to appear
HIRE_DATE | TERM_DATE | NEW RECRUITS |
01/01/2024 | First Experience | |
22/02/2024 | Second Experience | |
18/03/2024 | Hired | |
05/03/2024 | 07/03/2024 | First Experience |
15/01/2024 | 08/03/2024 | Second Experience |
01/12/2023 | 08/03/2024 | Fired After Experience |
Pls, Help ;(
Hi @PauloRicardo ,
May I ask you when you are assuming the calculated column reference day should be? The days passed changes every day by an increment of 1, and I've noted that some of your termination dates are in the future dates, and therefore, I am not sure which date should be used as a reference day, like today(). Do you decide who to terminate 4 months in advance?
Best regards,
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
15 |
User | Count |
---|---|
39 | |
22 | |
18 | |
15 | |
12 |