Forum Discussion
Anonymous
7 years agoNot applicable
Month DateDiff round down to nearest month
Hi Everyone, When I'm using the DateDiff Function to get the difference between two dates it works fine, however it rounds up my dates and I would like to round this down. E.g if the difference in ...
- 7 years ago
Hi Datediff in always ROUNDUP, for Always rounddown you may use -1 like this:
diference = DATEDIFF(Table1[Column1];Table1[Column2];MONTH)-1
v-jiascu-msft
Microsoft Employee
7 years agoHi Anonymous,
How did you create the formula? It seems right to your needs. Please refer to the snapshot below.
Best Regards,
Dale