Hello,
I'm using oracle HR data to practice. I want to create a logical column in the fact table Employee called Estimate Work Experience(number of years since the employee's last job start date). Is this possible? Or is there other measures that I could create instead?
Here is the calculation that I tried to do I use the year function to extract the date and do the calculation but it didn't work:
Hire_date(in Table Employee) - Start_date( in Table Job history)
Below is the BMM for your reference. Thank you for your help in advance.
