I’m trying to have my chart title be dynamic based on what filter(s) the user selects. For example, if the user selects the year 2017 and the state of California - I’d like my chart title to be something like:
“[2017] Revenue in [California] by month”
Ideally, it would be a combination of static test and references to the filter(s) selected, as shown in the example. I’ve so far tried using a Data Label with the same Dimension used by my chart and then connecting it to the same filter, but no text is displayed. Anyone know how I can best accomplish this? Thank you!