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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Dynamic chart title based on slicer selection

Hi,

 

We have a line chart in our dashboard based on product sales.  We have placed a slicer based on which this line chart diplays the product sales.  We would like to have a dynamic chart title which will be based on the slicer selection.  kindly advise how we can make this happen

 

regards,

dsmitha

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey @Anonymous ,

 

you can create a measure like so:

vizAid Seleceted Colornames as String = 
CONCATENATEX(
    VALUES( 'DimProduct'[ColorName] )
    , 'DimProduct'[ColorName]
    , ", "
)

Then you can assign this measure as dynamic title to the chart:

image.png

The result:

image.png

Hopefully, this provides what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
TomMartens
Super User
Super User

Hey @Anonymous ,

 

you can create a measure like so:

vizAid Seleceted Colornames as String = 
CONCATENATEX(
    VALUES( 'DimProduct'[ColorName] )
    , 'DimProduct'[ColorName]
    , ", "
)

Then you can assign this measure as dynamic title to the chart:

image.png

The result:

image.png

Hopefully, this provides what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
Anonymous
Not applicable

Hi TomMartens,

 

Thank you very much for your quick response, this is what we aere looking for 

 

double kudoz

 

regards,

dsmitha 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.