Issues showing the count under each manager

Hello @manya
You can import the assignee manager as a property in the Assignee dimension and then create a new custom hierarchy Manager name in the Assignee dimension.
See instruction on how to do it here:

After that, you can create a calculated member in the Assignee dimension Manager name hierarchy for each director like this:

Aggregate({
  [Assignee.Manager name].[Anna Linda],
  [Assignee.Manager name].[Imported manager name]
})

In the report, then select those calculated members and expand them to see all users:

best,
Gerda // support@eazybi.com