measure title
1 TopicUsing Measure Name as Dynamic Title
Hello, I'm creating a dynamic tooltip which displays dynamic title based on selection in a given time visual. The tooltip should display the selected measure title for column names below works fine Title = IF(ISFILTERED(Tickets[Topic], Tickets[Topic] = SELECTEDVALUE(Tickets[Topic]) but what ways are there to display measure titles in such way? I have tried Measure Title = IF(HASONEVALUE('MeasuresTable'[Measures]), VALUES('MeasuresTable'[Measures]), " ") but this requires at least one measure to be filtered in order to work. Other way just shows blank. Is there any alternatives?2.7KViews0likes5Comments