Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello there,
hope you are well,
I do not want to show value 0s because it cause dramatic increase/decreases in my line chart.
Can you please help.
Solved! Go to Solution.
@Anonymous , it is continuous axis, so showning blank should work
new measure =
if([measure]=0, blank(), [measure])
Yes however i need the months, because then they can filter in another line so there can be 2 lines. see below please
Hello,
Would be easier if you give some sample data, but as I see it now:
Create a measure to be used in the chart:
A point on a line consists of an x and and y
You could remove the point (which means you dont show the months where the values is 0)