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
Hello
I have a file with employees data along with the StartDate and the FinishDate of each emloyee.
Now the requirement is to count rows where the StartDate is BEFORE min date of the slicer AND the FinishDate is AFTER the max date of the slicer!!!
The slicer contains Date column from the date table wich is related to the fact table using StartDate, and also to EndDate (inactive relationship).
I created a measure but it always returns Blank:
I believe the blank value is because the measure looks for the values outside the selected date range...
Thanks!
Solved! Go to Solution.
Hi @Sab
You need to use Filter in your calculate, try something like this:
Calculate([All rows], Filter(all(People Overview),People Overview[Start Date]<StartDate && People Overview[Finish Date]>EndDate))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Hi @Sab
You need to use Filter in your calculate, try something like this:
Calculate([All rows], Filter(all(People Overview),People Overview[Start Date]<StartDate && People Overview[Finish Date]>EndDate))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
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 |
|---|---|
| 103 | |
| 80 | |
| 62 | |
| 50 | |
| 45 |