Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
im_newbie_123
Frequent Visitor

Dax Function to calculate year with decimal values.

 have two columns (Hire Date and Current Date)

I have to find date difference between the two columns using the formula :

(Current Date - Hire Date)/12 = Tenure (new column) 

 

Example :

Current Date 

10/23/2019

 

Hire Date 

10/23/2018

 

Tenure

1.0

1 REPLY 1
guibenassi
Advocate II
Advocate II

Using a calculated Columm you can simply use

Days = Current Date - Hire Date

Then goes to modeling and change from date to number, the result will be the respective number of days between the two dates.

If you want to show the result in months just use:

Months = (Current Date - Hire Date)/12

 

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.