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")
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
336 | |
96 | |
61 | |
49 | |
47 |
User | Count |
---|---|
322 | |
118 | |
81 | |
68 | |
63 |