I have a map, and many points on the map represent a value of 0. I would like my labels to only show on points greater than zero. Unfortunately, when I filter from 1-100 (instead of beginning with zero), it removes all points on the map marked zero. I only want to remove the labels from the zeros.
Hi Adam,
Create a calculated filed like below
if sum(value)=0
then
NULL
else
sum(value)
end
Drag this field to text wherver 0 is there it will populate with NULL , hide the NULL indicator
Hope this helps kindly mark this answer as correct/helpful so that it will help others
BR,
NB
Become a Viz Whiz on the Forums! Support the Community and master Tableau.