March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |