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.
Hi @Anonymous,
Here, is custom tooltip bar chart which will help you get the customised tooltip.
Custom Tooltip Bar Chart PBIVizEdit.com
Bar 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,
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
@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")
User | Count |
---|---|
199 | |
84 | |
77 | |
74 | |
57 |
User | Count |
---|---|
174 | |
100 | |
83 | |
78 | |
73 |