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...
Anonymous
7 years agoNot applicable
How would you change it to blank? Thank you so much for all your help!
dax
7 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