Forum Discussion
Seniority in month
- 3 years ago
You can add a custom column with
Duration.TotalDays([End Date] - [Start Date])/30I calculate the total days between two dates and divide it by 30 assuming that a month has 30 days.
If this is not what you want, can you provide some sample data and expected output to explain the requirement more clearly?
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
You can add a custom column with
Duration.TotalDays([End Date] - [Start Date])/30
I calculate the total days between two dates and divide it by 30 assuming that a month has 30 days.
If this is not what you want, can you provide some sample data and expected output to explain the requirement more clearly?
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.