Forum Discussion
Anonymous
7 years agoNot applicable
How to exclude Zero values in Line chart
Dear Team, I want exclude Zero values in Line chart , I have two condition filter tables , if these two table satified then i sum the values . Here some days may be values zero will come, but i ...
- 7 years ago
Can you just add a RETURN like:
IF(__var = 0, BLANK(),__var)
?
- 7 years ago
Anonymous ,
Just add measure below to visual level filter and set Show items when the value is greater than 0.
Measure 3 = [Measure] + [Measure 2]
Greg_Deckler
7 years agoCommunity Champion
What if you replace your 0 in your measure with BLANK()?
Going to be difficult to troubleshoot as the things that should normally work don't seem to be, can you share the file?
Anonymous
7 years agoNot applicable
Dear
Can you guid me how to upload the file