Forum Discussion

Keith011's avatar
Keith011
Helper III
4 years ago
Solved

Simple Dynamic Chart Title

Hello There!   I have been searching for the solution everywhere and the cases that I found is too complex. Well, mine is much more straightforward and simple but I just can't figure it out!   I ...
  • MFelix's avatar
    4 years ago

    Hi Keith011 ,

     

    Being your values in a table that each column is a question best option is to unpivot the values of the columns and then use the values of the table to filter the charts, then create a measure like:

     

    Chart Name = SELECTEDVALUE(Table[Question])

     

    Now use this has the name of the chart in the options.

     

    Check an example below:

    PBIX file attach.