Forum Discussion
Customize tooltip for a clustered bar chart.
Is it possible to show a custom tooltip for a single bar in a clustered bar chart? I wanna show a custom tooltip for red color bar and for the remianing bars i need to hide the tooltip.
2 Replies
- Mayank_Yavda
Resolver II
Hi Anonymous,
Here, is custom tooltip bar chart which will help you get the customised tooltip.
Custom Tooltip Bar Chart PBIVizEdit.comBar Chart with custom tooltip PBIVizEdit.com
Download link for the custom visual file in this page,
https://pbivizedit.com/gallery/bar-chart-with-custom-tooltip
This was made with our Custom Visual creator tool PBIVizEdit.com. With this tool,
- anyone, irrespective of technical skills, can create their own visuals
- 15 minutes to create a visual from scratch
- opens up many additional attributes to edit (for e.g. labels, tooltips, legends position, etc)
Give this a shot and let us know if you face any problem/errors.
You can use the editor to modify your visual further (some modifications cannot be done in Power BI window and have to be in editor).Thanks,
Team PBIVizEdit - amitchandak
Super User
Anonymous , I doubt tooltip can show hide like that. But you can have measures like
if(Max(Table[Axis Column]= "Red", [Measure], blank())
Of on tooltip page make everything transparent, using conditional color formatting using field value option
color Background= if(Max(Table[Axis Column]= "Red", "#FFFFFF", "#FFFFFF00")
color font= if(Max(Table[Axis Column]= "Red", "#000000", "#FFFFFF00")