Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
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")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
174 | |
90 | |
69 | |
47 | |
46 |