Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Employee Turnover by month

Hi all,   I'm trying to have the turnover of employee by month (number of arrival - number of departure). I have two columns : Arrival date and Departure date (note that this column is empty if th...
  • selimovd's avatar
    5 years ago

    Hey Anonymous ,

     

    you should create a date table and connect it with one of the dates, for example Arrival Date. Then you can use the month from the date table and just count the rows of arrival to get the first measure.

     

    For the second measure (departure), you have to change the relationship in the measure with the USERELATIONSHIP function, count the rows and mulitply by -1.

    Then you should have the result you want.

     

     

    If you need any help please let me know.
    If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
     
    Best regards
    Denis