Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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)
User | Count |
---|---|
75 | |
74 | |
44 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |