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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
ANM_97
Helper IV
Helper IV

Modeling EMPLOYEES

Hello,

 

I need to add work seniority (in years) in my dashboard. In this moment, my DIM_EMPLOYEES look like this:

 

SRC_IDDIM_EMPLOYEE_IDEMPLOYEE_NAMEEMPLOYEE_EMAILEMPLOYEE_PROFESSIONEMPLOYMENT_START_DATEEMPLOYMENT_END_DATEDATE_FROMDATE_TO
123456254612540051ANA ANNAana.anna@yahoo.roRisk Control Specialist10/23/2018NULL10/23/18 12:00 AM10/1/20 12:00 AM
123456254612548257ANA ANNAana.anna@yahoo.roBusiness Intelligence Specialist10/23/2018NULL10/8/21 11:57 AM3/25/22 6:08 AM
123456254612551124ANA ANNAana.anna@yahoo.roActing Head of BI10/23/2018NULL3/25/22 6:08 AMNULL

How I can add employee seniority? 

 

Is another dimension necessary, because the frequency of recordings increases? 

 

Thanks,

Ana

 

1 REPLY 1
Anonymous
Not applicable

Yes

 

Add a new calculated column to the table:

 

employee seniority = DATEDIFF(DIM_EMPLOYEE[EMPLOYMENT_START_DATE],TODAY(),YEAR)	

 

Kind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.