Forum Discussion
shjaffer
9 years agoFrequent Visitor
Display Drill path
Hello I have a bar chart that drills down from County -> City -> Office. The drill down works perfectly. I want to be able to display on a label or the chart header which City I am displaying t...
MattAllington
9 years agoCommunity Champion
If it is just city (as you say), then you can write this measure.
=concatonatex(values(TableName[City]),tablename[City],", ")
you can add this measure to a card and it should show which cities are currently filtered.
shjaffer
9 years agoFrequent Visitor
The original message said County-> City-> Office.
Is that possible?
Is that possible?