Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 4.31 KB

File metadata and controls

70 lines (48 loc) · 4.31 KB
title Hierarchies (Master Data Services) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
helpviewer_keywords
hierarchies [Master Data Services]
hierarchies [Master Data Services], about hierarchies
ms.assetid 70dbb1fc-ead7-45be-9552-a45e3ccd8d21
author lrtoyou1223
ms.author lle
manager craigg

Hierarchies (Master Data Services)

In [!INCLUDEssMDSshort], a hierarchy is a tree structure that you can use to:

  • Group similar members for organizational purposes.

  • Consolidate and summarize members for reporting and analysis.

What Hierarchies Contain

Each hierarchy contains members from one or more entities. When a member is added, changed, or deleted, all hierarchies are updated. This ensures that the data is accurate in all hierarchies. Hierarchies also help ensure that each member is counted once and only once.

If you want to create a grouping of a subset of members, consider using a collection. For more information, see Collections (Master Data Services).

Kinds of Hierarchies

You can create multiple hierarchies to view and organize your members in different ways. You can create:

Note

All members in a hierarchy must be within the same model.

Hierarchies Are Not Taxonomies

A hierarchy is different from a taxonomy. A taxonomy organizes members by multiple attributes at the same time, while a hierarchy organizes members by one attribute at a time. A taxonomy can include the same member multiple times, while a hierarchy includes a member only once.

For example, the same bike can be included in a taxonomy twice: once because it's red, and once because it's a size 38. In a hierarchy, the bike is included only once, so you must decide whether to show it in relation to its color or its size.

Hierarchy Example

In the following example, product members are grouped by subcategory members.

Hierarchy Grouped by Subcategory Example

Related Tasks

Task Description Topic
Enable an entity for explicit hierarchies and collections. Enable an Entity for Explicit Hierarchies and Collections (Master Data Services)
Create a explicit hierarchy. Create an Explicit Hierarchy (Master Data Services)
Create a derived hierarchy. Create a Derived Hierarchy (Master Data Services)
Hide or delete levels in an existing derived hierarchy. Hide or Delete Levels in a Derived Hierarchy (Master Data Services)

Related Content