Forum Discussion
danextian
Super User
6 years agoCannot select a measure as a visual title
Hello, I don't know what I am missing. I can't select a measure as a dynamic title of a visual. The measures are in the dropdown but can' be selected.
chahineatallah
Helper III
3 years agoI am having the same issue, am not able to select my measure to be used as title
my measure gives a text ,tried also the convert but still no chance to work
Title = var st= IF(HASONEVALUE('date'[Year]),
IF(HASONEVALUE('date'[Month Name]),
"",
AVERAGEX(VALUES('date'[Month Name]),
"Average workouts per month")))
return
CONVERT(st,STRING)