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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I am wondering if is possible at this point to have chart title that changes based on the drill through selection?
I have a chart that has different domains and they can drill through by clicking on a bar to get more information for that specific domain. When they click on the domain I would the chart title to change from Domains to a specific domain name like Privacy.
I have seen different blogs on how to do this with a card but it is based off of a filter not a drill through.
Thanks
Jes
Solved! Go to Solution.
it is possible to use card visual and slicer to achieve the dynamic title.
But, chart title can't changes based on the drill through selection. You could submit an idea here.
Best Regards
Maggie
it is possible to use card visual and slicer to achieve the dynamic title.
But, chart title can't changes based on the drill through selection. You could submit an idea here.
Best Regards
Maggie
My suggestion is to create a measure that shows the selectedvalue (measure = selectedvalue[variable])
Have it in a card visual with transparent background. Place it on top of the chart title so it looks like it is part of the title itself (e.g. use same font and fontsize and font color as the title has).