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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors