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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
AlanP514
Post Patron
Post Patron

Dynamic Column for Expierence

Hai Guys, Thank you for your support for the old post
I have another requirement
I have Two dates Column 1. Joining date 2.Current date (Dynamic Column)
Based on these two I want to create a calculated column That is the Total Experience column for each employee. 

3 REPLIES 3
v-zhangti
Community Support
Community Support

Hi @AlanP514 

 

You can try the following methods.

Column:

Current date = TODAY()
Total Experience = DATEDIFF([Joining_Date],[Current date],DAY)

vzhangti_0-1648540102801.png

Is this the result you want?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thejeswar
Super User
Super User

HI @AlanP514 ,

You can create a calculated column as below

 

Calculated_column = INT(TODAY() - 'Table'[Joining_Date])

Tahreem24
Super User
Super User

@AlanP514 , Try this DAX code:

Total Experience (in Year) = DATEDIFF(TableName[JoiningDate]),TableName[CurrentDate]),YEAR)

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors