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!View all the Fabric Data Days sessions on demand. View schedule
Hello there,
Trying to count the number of employees at a given date in the past with the condition that their termination date needs to be either in future or value should be blank.
For Active employees on date or range, you need to make sure the join with the dates is not there.
When a range is selected in the slicer
Active employee =
Var _start_date=(minx('Date','Date'[Date]))
Var _end_date=(maxx('Date','Date'[Date]))
return
Active Employee calculate(count(employee_id),filter(employee, Hire_date<=_end_date && terminate_date >=_end_date,
CROSSFILTER(employee[Hire_date],date[date],None),
CROSSFILTER(employee[terminate_date],date[date],None)
)
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!