Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a bubble graph which shows amounts and percentages, i dont what to display the values where the percentage is less than 0.
Is it possible?
Go to axes and set static min to 0 on the respective percentage axes.
IF(SUM(Amount)>0,SUM(Amount),0)
Now under presentation tab suppress zero values..