Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
campelliann
Post Patron
Post Patron

Comparing dates

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.

1 ACCEPTED SOLUTION
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

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. 

 

View solution in original post

2 REPLIES 2
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.