Forum Discussion

lozg's avatar
lozg
Regular Visitor
4 years ago
Solved

Visualisations with slicers determined by specific date range - active employees

Hi there, I'm a pretty advanced Excel user, though very new to Power BI. I've got some employee data and am trying to create an admin user overview dashboard to show the number of joiners, leavers,...
  • vanessafvg's avatar
    4 years ago

    I have created one example for you see attached.

     

    As you have more than one relationship on the date, you need a primary and inactive relationship, termination date is the inactive and you will see for the measure i use the userelationship function.    I used countrows(employee) to count but you can just as well use distinctcount(employeeid) or whatever it is.