Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am currently updating AWS SQL data in PowerBI to get the most updated hire/term dates for employees.
I then copy a table with employee ID, hire date, and term date into excel. In a new sheet I have columns:
WeekOf, WeekEnding, and Active Employees
For Active Employees, I use formula:
=IF(WeekOfValue1>TODAY(),0,COUNTIFS(HireDateColumnFromOtherSheet,"<="&WeekOfValue1,TermDateColumnFromOtherSheet,">="&WeekEndingValue1))
My company hires a lot of employees daily so I must reselect the hire and term column every day.
I would much rather move this whole process into PowerBI for ease/automation. Let me know if this is possible.
Solved! Go to Solution.
I am going to answer my own question:
Import excel sheet of WeekOf and WeekEnding named Week
New Column:
I am going to answer my own question:
Import excel sheet of WeekOf and WeekEnding named Week
New Column:
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 |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 6 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 17 | |
| 14 | |
| 13 |