Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Solved! Go to Solution.
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:
The result:
Hopefully, this provides what you are looking for.
Regards,
Tom
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:
The result:
Hopefully, this provides what you are looking for.
Regards,
Tom
Hi TomMartens,
Thank you very much for your quick response, this is what we aere looking for
double kudoz
regards,
dsmitha
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.