The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
83 | |
82 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
61 | |
51 | |
51 |