Forum Discussion
Anonymous
3 years agoNot applicable
DAX Function for Current Hierarchy Level
Hello,
Is there a DAX function like ISINSCOPE() that returns the current hierarchy level, rather than true/flase for a particular column? I would like a measure that I can add to my matrix visual that outputs the level of the hierarchy for that particular row (like "Target Measure" in the screenshot below). Also, because the matrix rows are based on a field parameter, there is no permanent hierarchy.
1 Reply
- amitchandakSuper User
Anonymous , do you need somthing like
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f