Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi there,
I have a calculated column on PQ where I want to compare a date someone leaves the company to today, to conclude if the person is active or not.
So I basically did if [Demission Date] = null or [Demission Date] >= Date.From(Datetimefixedlocalnow()).
And I am getting someone who leaves today 17-3 is inactive. If I extract the date from Datetimefixedlocalnow() and today is 17-3, shouldnt just be equal? [Demission Date] is date only type.
Solved! Go to Solution.
In my view, you >= should be changed to > only as the person will be inactive from tomorrow only not today.
= is forcing it to be equal to today.
In my view, you >= should be changed to > only as the person will be inactive from tomorrow only not today.
= is forcing it to be equal to today.
Actually I am going to do the other way around.
My conditions are to find active. So demission = null the person is active. if the demission date is today() or afterwards the person is also active. Something to do with the time perhaps.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 3 |