Forum Discussion
ea6les82
10 years agoNew Member
filter empty values in x axis
Hi Guys, I have a report that I use to drill through data. When I drill down into data it looks like the values it populates on the x axis do not get filtered. This causes the graph to expand in ...
Greg_Deckler
10 years agoCommunity Champion
What about "not 0"?
greggyb
10 years agoResident Rockstar
Visualizations will plot every label for which your measures return a non-blank value. 0 counts as non-blank. Empty string counts as non-blank.
For you to be seeing everything displayed, your measures must be returning non-blanks for every label you choose. What measures are you using in these visualizations?