Count distinct Assignees in a period of time per component

Hi @Jo_Kr

Yes, you may want to create a Maesure, that iterates through all Assignee dimension User level members and count those having open issues at the end of the selected time period:

Count( 
 Filter(
  [Assignee].[User].Members,
  [Measures].[Open issues]>0
  ))

Best,
Ilze / support@eazybi.com