Hello I currently have a column with a team member's hire date. I am looking for a calculated column that would tell me if they are between days 60-90 of tenure and if that date is less than today - read "Yes" if not read "No" this is what I have so far, but getting stuck on the between 60&90 part.
Solved! Go to Solution.
@jcastr02 , Try a new column like
60 Day Tenure Date = if('Access Matrix (ALL)'[Hire Date]>= today() -90 && 'Access Matrix (ALL)'[Hire Date] <= Today() - 60,"Yes","No")
@jcastr02 , Try a new column like
60 Day Tenure Date = if('Access Matrix (ALL)'[Hire Date]>= today() -90 && 'Access Matrix (ALL)'[Hire Date] <= Today() - 60,"Yes","No")
User | Count |
---|---|
337 | |
91 | |
60 | |
57 | |
45 |
User | Count |
---|---|
320 | |
114 | |
83 | |
71 | |
60 |