Forum Discussion
Keith011
4 years agoHelper III
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 ...
- 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.
MFelix
4 years agoSuper User
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.