Forum Discussion
Anonymous
5 years agoNot applicable
Tittle
Howdy everyone, I want to create a dynamic title base on the hierarchy and a selected measure. As you can see I have a slicer where I select the measure I wanna show. The visual I am using is a simp...
amitchandak
Super User
5 years agoAnonymous , Try to use in isincope.
Title measure =
Switch ( True() ,
isincope(Table[Pals]) && Not(isinscopeTable[Scoiedad]))&& Not(isinscopeTable[Scoiedad])) , "Pals",
//Add others
)
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
Anonymous
5 years agoNot applicable
amitchandak It didn't work u.u