Skip to content

Commit bc62c21

Browse files
Merge pull request #285 from MicrosoftDocs/main638739612743225753sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3299e96 + aaea860 commit bc62c21

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)