Skip to content

Commit 4d1c4b5

Browse files
authored
Merge pull request #798 from MicrosoftDocs/kfollis-patch-2
Update understanding-functions-for-parent-child-hierarchies-in-dax.md
2 parents aa3d62a + 0c13e18 commit 4d1c4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/understanding-functions-for-parent-child-hierarchies-in-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Understanding functions for parent-child hierarchies in DAX"
44
---
55
# Understanding functions for parent-child hierarchies in DAX
66

7-
DAX provides five functions to help users manage data that is presented as a parent-child hierarchy in their models. With this functions a user can obtain the entire lineage of parents a row has, how many levels has the lineage to the top parent, who is the parent n-levels above the current row, who is the n-descendant from the top of the current row hierarchy and is certain parent a parent in the current row hierarchy?
7+
DAX provides five functions to help users manage data that is presented as a parent-child hierarchy in their models. With these functions a user can obtain the entire lineage of parents a row has, how many levels has the lineage to the top parent, who is the parent n-levels above the current row, who is the n-descendant from the top of the current row hierarchy and is certain parent a parent in the current row hierarchy?
88

99
## Parent-child functions in DAX
1010

0 commit comments

Comments
 (0)