FILTER('Resource Data', 'Resource Data'[Org Unit Level 6] = "Agile" || 'Resource Data'[Org Unit Level 6] = "DevOps"))
and a measure for Planned Growth.
Planned Growth =
CALCULATE(COUNTA('Resource Data'[Enterprise ID]),
FILTER('Resource Data', 'Resource Data'[Resource Lifecycle Status]="Roll-On Scheduled" || 'Resource Data'[Resource Lifecycle Status]="Roll-On Scheduled (longterm - >30 days in future)"),
FILTER('Resource Data', 'Resource Data'[Org Unit Level 6] = "Agile" || 'Resource Data'[Org Unit Level 6] = "DevOps"))
and I'm getting what I want from the visualization. (See Screenshot)
I also want to see how many Active people we had per month, how many we had in Jan, Feb, Marc, etc.
When I simply add "Total Active" Measure on to a vertical bar chart with my months i'm not getting what I want. (See screenshot)
I think what it shows is how many people started within given month not how many active we had in that month. as for example in February the number of total active should have been close to 140 and not 7
Thanks amitchandak , It helped a lot with userelationship topic however I wasn't able to correctly re-created numbers of active employees following your formula. the numbers appear to be off. not sure what could be the problem.