Hey everyone,
I'm working on a formula in Power Fx that subtracts the end date from today's date. I'm encountering some data type errors because the NOW() function includes both date and time, causing issues with calculations. Ideally, I'd like to use a function that only considers the date portion.

In my current formula, even though the end date and the result of NOW() show the same date (e.g., 17/6 or 17 Jun), the difference (DATEDIFF) is -1 instead of the expected 0.

Any suggestions on how to tackle this? I'm looking for ways to calculate date only
Thanks in advance for your help!