Forum Discussion
Anonymous
7 years agoNot applicable
undefined
I am using the Impact Bubble Chart and cannot format the labels. Name: Computer X-Axis: 36,947.37000000- Would like this formatted as currency Y-Axis: 0.00000000- Would like to rem...
dax
7 years agoCommunity Support
Hi
Did you mean if x axis =0, you want to hide this label, right? Based on my test, I find that this will always show in tooltip label, although I change this to blank()
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
7 years agoNot applicable
How would you change it to blank? Thank you so much for all your help!
- dax7 years agoCommunity Support
Hi sarah2283,
You could try to use measure to set 0 to blank like below
Measure 2 = if(SUM('Table'[amount])=0,BLANK(),SUM('Table'[amount]))But this seem not work in this chart.
Best Regards,
Zoe Zhi