Skip to content

Commit aaea860

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/query-docs-pr (branch live)
2 parents 3299e96 + 98ee622 commit aaea860

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)