Details and interaction with Power BI
DimSupplier(dSupplier)
Regular dimension with the following columns:
- le_id - Long - Foreign key to DimLegalEntity
- supplier_id - Long - Primary key for this dimension
- supplier_number - String - The supplier number
- supplier_name - String - The supplier name
- supplier_postal_city - String - The supplier postal city
- supplier_postal_country - String - The supplier postal country
DimSupplierHierarchy(dSupplierHierarchy)
Regular hierarchy dimension it contains the following columns:
- le_id - Long - Foreign key to DimLegalEntity
- supplier_hierarchy_id - Long - Primary key for this dimension
- supplier_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