Ever had a situation with a drilldown chart where you click on an individual bar at the top level and you go one level down but you don’t know what the top level attribute is ?
Watch this video to see how enable a single feature which allows you to see what the top level attribute is
The data used is from the Adventureworks dataset. Measure used:
Selected customer =
IF (
ISFILTERED ( dimCustomers[EmailAddress] ),
“You are now viewing data for “ & SELECTEDVALUE ( dimCustomers[EmailAddress] ),
“”
)