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

Don'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.

Reply
Maradh
Helper I
Helper I

Tooltip for value to 0 in any visuals

Hi,

 

I'm working on an important project since few months and i was wondering if it was possible to show the tooltip while hovering in a visual a value set to 0, here is my example :

tool1.png

I can't get any tooltip while hovering in the red circle (i can for the other value). And this doesn't work for custom and standard tooltip.

Those are really important informations i need to show with the tooltip because in my case, having a value to 0 is absolutely not normal for my database.

If someone have any idea how to do it.

Thank you

1 ACCEPTED SOLUTION

Hi @Maradh ,

 
We just need to create one measure for each chart, we can also put the value of column into the line values if we change the thickness of line to zero.

 

For the behaviour of default tooltips in the line, Thank you to point it, We have the same result as yours, we are confirming the reason with others, please use the custom tooltips page as a workaround. We will update here if we got anything new.


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hey,

maybe you just set the default values smaller than 0.01 to 0.01.  So the bar is thick enough to be able to hover

Show = IF(SUM('Table'[Value]) < 0.01, 0,SUM('Table'[Value]))

 

v-lid-msft
Community Support
Community Support

Hi @Maradh ,

 

We can try to use the following measure in Line and Stacked Column Chart as a workaround

 

Show = IF(SUM('Table'[Value]) = 0, 0,BLANK())

 

 

3.jpg4.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

First, thank you for the help.

There is 2 problems with your solution :

- I need to create a measure for every data at 0 i want to show the tooltip in my visual


- Everything is ok for custom tooltips but the standard ones are not working properly. It doesn't show any extra data i add

 

tool1.png

 

Hi @Maradh ,

 

Thank you to point it. This issue have been reported, the ETA is approximately mid April. 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Maradh ,

 
We just need to create one measure for each chart, we can also put the value of column into the line values if we change the thickness of line to zero.

 

For the behaviour of default tooltips in the line, Thank you to point it, We have the same result as yours, we are confirming the reason with others, please use the custom tooltips page as a workaround. We will update here if we got anything new.


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 you have this issue fixed from microsoft or any workaround so far?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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