This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.