Solved! Go to Solution.
Hi, @GunnerJ ;
You could modify it:
TEST2 =
CALCULATE (
COUNT ( 'Attrition Rate'[ACCT] ),
FILTER (
ALL ( 'Attrition Rate' ),
YEAR('Attrition Rate'[STARTDT])<=YEAR( MAX('Attrition Date'[Date]))&&
'Attrition Rate'[MINDISCDT] = DATEVALUE ( "1/1/1800" )
&& 'Attrition Rate'[STARTDT] <> BLANK ()))
And in last year ('2021') count is =8976
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @GunnerJ ;
You could modify it:
TEST2 =
CALCULATE (
COUNT ( 'Attrition Rate'[ACCT] ),
FILTER (
ALL ( 'Attrition Rate' ),
YEAR('Attrition Rate'[STARTDT])<=YEAR( MAX('Attrition Date'[Date]))&&
'Attrition Rate'[MINDISCDT] = DATEVALUE ( "1/1/1800" )
&& 'Attrition Rate'[STARTDT] <> BLANK ()))
And in last year ('2021') count is =8976
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@GunnerJ , Seem like very similar to this blog - Current employee https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
Or
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@amitchandak
Here is the file. This is a test file so it's a bit unorganized. The visual in question is the "TEST by YearlyView" on the Filter Context Lost page. The measure is "TEST". I reviewed your post and beleive your active employees is in general what I'm trying to accomplish here. I'm not as familiar with some of the functions you used so I had a bit of difficulty following. I hope this file works and please let me know if you have any questions. Thank you for taking a look!
https://www.dropbox.com/s/8ssv0xw1p86hbin/Test%20Attrition%20File.pbix?dl=0
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Welcome to the Power BI Community Show! Jeroen ter Heerdt talks about the importance of Data Modeling.
Mark your calendars and join us on Thursday, May 26 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
351 | |
100 | |
64 | |
54 | |
47 |
User | Count |
---|---|
339 | |
124 | |
88 | |
66 | |
66 |