Skip to main content

Posts

Showing posts with the label Hiding Zero Value Labels In A Pie Chart

Hiding Zero Value Labels In A Pie Chart

Hiding Zero Value Labels In A Pie Chart By default Tableau shows the 0 values for the categories for which the data is not available. It is most requested by  users and is also common sense to hide these zero values. To Resolve the issue, change the measure calculation  to: IF [Measure Field] = 0 THEN NULL ELSE [ Measure   Field] END