Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

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. bar graph.jpg

2 REPLIES 2
Mayank_Yavda
Resolver II
Resolver II

Hi @Anonymous,

 

Here, is custom tooltip bar chart which will help you get the customised tooltip.

 

Custom Tooltip Bar Chart PBIVizEdit.comCustom Tooltip Bar Chart PBIVizEdit.comBar Chart with custom tooltip 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
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") 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors