Hi there.
U probably solved the problem already. But here it goes:
If u have a distinct count of employees u can do this:
Aggregate([employees].[ALL],[Measures].[sum bonus value]) /
aggregate([Status].[Active],[Measures].[distinct count of employees])
If u...