Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
Keith011
Helper III
Helper 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 have a survey Pie Chart and the data looks something like this: .. very simple

Keith011_0-1660031164116.png

 

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.

Keith011_1-1660031295827.png

 

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

1 ACCEPTED SOLUTION
MFelix
Super User
Super 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:

MFelix_0-1660404393569.png

PBIX file attach.

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

1 REPLY 1
MFelix
Super User
Super 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:

MFelix_0-1660404393569.png

PBIX file attach.

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.