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.
danextian
Super User
6 years agoI'm posting a different measure since the period range measure is dependent on othe pretty long measures. This one is pretty simple but still I can't select this as a visual title.
P&L Overview text =
VAR __RANGE =
SELECTEDVALUE ( 'Actual vs Benchmark Measures'[Range] )
VAR __BENCHMARK =
SELECTEDVALUE ( 'Actual vs Benchmark Measures'[Benchmark] )
RETURN
"P&L Overview " & __RANGE & " " & __BENCHMARKv-chuncz-msft
Community Support
6 years ago
You may try adding CONVERT.