Search code examples
data-modelingdata-warehousebusiness-intelligenceobiee

What is a good way to handle hierarchies in dimension tables


Is there any good approach for designing dimensional table/tables for hierarchical data (similar to employee-manager relation) with inconsistent deep level hierarchy.

Thanks, Ravi


Solution

  • Are you talking about Parent-Child hierarchies, where the relationship is recursive? OBIEE supports these natively, see documentation here.