Hi,
I have a geographic dimension (Zip Code <- City <- County <- State), and my underlying OLTP data typically relates to the Zip Code Dimension Key. My problem is that for ~40% of the records in my OLTP system, we only have granularity to the County or State level. Is there any way I can still use my geographic dimension to include those records, albeit at a less granular level
Thanks!

Best way to relate to arbitrary levels in hierarchy?
Andy Ho
Hi Arjun. One potential solution is the use of a parent-child hierarchy. Parent-child hierarchies allow non-leaf members to show values with the MembersWithData property. Set the MembersWithData property to NonLeafDataVisible, and link your fact table foreign key of the geographic dimension to the appopriate primary key in the dimension table for the County or State.
Hope this helps - Paul Goldy
ScorpEagle