Forum Discussion
Anonymous
3 years agoNot applicable
How To Calculate Retirement Date
Dear Experts, I am trying to calculate employees' Retirement Date based on their Date of Birth. I tried the below measure and it is giving me errors. My data is like this: I wa...
JorgePinho
Solution Sage
3 years agoTry this measure:
Retirement Date = DATEADD([Birth date],60,YEAR)