Product Dimension

Details and interaction with Power BI

DimProduct

Regular dimension with the following columns:

  • le_id - Long - Foreign key to DimLegalEntity 
  • product_id - Long - Primary key for this dimension
  • product_number - String - The product number
  • product_name - String - The product name

DimProductHierarchy

Regular hierarchy dimension it contains the following columns:

  • le_id - Long - Foreign key to DimLegalEntity 
  • product_hierarchy_id - Long - Primary key for this dimension
  • product_id - Long - Primary key for this dimension
  • mode - String - "Le" or "Cg" depending on whether the hierarchy belongs to the individual legal entity or to the corporate group
  • group_n_code - String - The hierarchy group's identifier
  • group_n_name - String - The hierarchy group's name
  • group_n_sort_order - Integer - The hierarchy group's sort order