The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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).