Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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 have a survey Pie Chart and the data looks something like this: .. very simple
Now, I visualized it in power bi in a Pie Chart. I want the title of this pie chart to change dynamically base on which survey question i select. Like in this below screen shot, I'd want the chart title to change dynamically and be "The topics discussed in this meeting are relevant to my.......". and for the next survey, the chart title would change as well base on the question.
Everyone's solution is too complex whereby they are solving dynamic chart title base on slicer or filter etc... but mine is more simpler. No filter No slicer, just dynamically change chart title base on what i select in the legend element of the chart
Solved! Go to Solution.
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.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @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.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |