I have a dim design and data as follows.
Dim
Group_1
Tier_1
Child_1
Child_22
Tier_2
Child_1
Child_45
What I need is to be able to do a distinct count at the Teir or Group level of the Child level members. I am currently using
a Calculated Member with the formula as follows:
DistinctCount({[Dim].[Tier].Members}).
This works fine when getting the distinct count at the Tier level. But when getting the distinct count
at the Group level I double count Child_1. It does a distinct count at each tier then aggregates.
I really need to only count Child_1 one time.
Any suggestion on design of dim or use of Calculated Members / Cells would be much appreciated.
Thanks,
JD
Dim
Group_1
Tier_1
Child_1
Child_22
Tier_2
Child_1
Child_45
What I need is to be able to do a distinct count at the Teir or Group level of the Child level members. I am currently using
a Calculated Member with the formula as follows:
DistinctCount({[Dim].[Tier].Members}).
This works fine when getting the distinct count at the Tier level. But when getting the distinct count
at the Group level I double count Child_1. It does a distinct count at each tier then aggregates.
I really need to only count Child_1 one time.
Any suggestion on design of dim or use of Calculated Members / Cells would be much appreciated.
Thanks,
JD