Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
11 | |
11 | |
8 | |
8 | |
8 |