![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a dimension in my OLAP cube that has 4 levels. At the lowest level I have a member property created. I want to be able to create a calculated measure that will count the number of rows in the dimension with this property at the lowest level sent to 'Y', for each level in the dimension. Example: Site Dimension Country State City Zipcode(with member property valid) If the city of Phoenix has 3 zipcodes with member propery valid set to Y, then I want to see a measure showing 3 at the City level for Phoenix. If the city of Tucson has 2 zipcodes with member property set to Y, then I want to see the measue showing 2 at the city level of Tucson, and 5 at the state level of Arizona, etc. This is needed for another calcuation that I am working on, so it is important that I know the number of rows at each level in the dimension that has the member properties set to 'Y'. Any help would be greatly appreciated. Thanks! |
#3
| |||
| |||
|
#4
| |||
| |||
|
| Filter(Descendants([Site].CurrentMember,,LEAVES), |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |