Skip to content

Commit 98ee622

Browse files
committed
Merge branch 'main' into live
2 parents c4e39f9 + 4d1c4b5 commit 98ee622

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)