Forum Discussion

markmess77's avatar
markmess77
Icon for Resolver I rankResolver I
6 years ago
Solved

Dynamic titles in hierarchy visual

I'm trying to set up dynamic titles in my hierarchy visual. My primary goal was to dynamically change the title when the visual is drilled down. I was able to do this easily with a dax expression like

Hierarchy Title = 
"Total by "
    & SELECTEDVALUE ( 'Table'[Category], "Category" )

This works perfectly fine, with one exception. 

When the double down arrow is selected to go to the next level in the hierarchy, I want the title to change to 'Total by Subcategory' instead of it staying static. The conditional formatting of the measure above seemed to have lost that functionality. 

I've been trying to manipulate my dax expression to accomplish this, but have yet to find something that works. 

Is there a way I can supplement my conditional formatting to also change when the double arrow is selected?

5 Replies