Forum Discussion
sunny18pc
2 years agoRegular Visitor
Tenure Calculatoin
Hope you are doing well. I am having trouble with a calculation: if [Active Stage] = "Active" then Duration.Days( [today]-[Joining]) else 0) I am trying to find the tenure of employee but it...
- Anonymous2 years ago
Hi sunny18pc
You can use below code for today. It still remains date type.
today column=Date.From(DateTime.LocalNow())
Best Regards,
Jing
Anonymous
2 years agoNot applicable
Hi sunny18pc
You can use below code for today. It still remains date type.
today column=Date.From(DateTime.LocalNow())
Best Regards,
Jing