Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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 want to display a table to show the total number of employees nearing retirement when I select a date on my slicer.
I'm stuck and I need a way out of this. Please help, thank you.
What is the data type of your column Birth Date?
The data type is Date
Try this measure:
Retirement Date = DATEADD([Birth date],60,YEAR)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!