Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello this is only my 2nd time posting to the forum. I need assistance with some DAX measures so that I can determine Turnover % for an HR Power BI I have been tasked to complete.
I have managed to write the following measure to pull the amount of current employees:
OK , I SEE THIS FOR ALL DAYS , AND NO ONE ANSWER.
Creating only a measure is not a good idea for this case.
Creating another table would make it work.
Table22 = GENERATE('HR Date Range',GENERATESERIES(int('HR Date Range'[Hire_Date]),int('HR Date Range'[TermDate])-1))
It will have a new colnum "value", it is your date colnum.
your HC will be measure
HC=DISTINCTCOUNT(table22[StaffID])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |