I have an issue with datetimediff function. I already found a solution but I guess the way this formula performs is not very rational. So i have a very simple example:
if I take datetimediff([start date],[end date], "%months") and my [start date] = 12/30/2020 , [end date] = 12/29/2020 . It will return 11 months but not 12 months. I mean it is only 1 day difference but why it rounds back to 11 months? I just want to understand the rationale of this rounding backward.... I already find a solution for this issue.
Thank you