1

I am working with a data set where I have few columns with few null values in those. When I try to plot bar chart with these columns on x-aixs it is showing separate bar with this having no name.
Is there any way we don't show the null values in the columns as Bars.

enter image description here

Please look into the image attached, I don't need to show the first bar with no name on X-Axis.

S3S
  • 24,809
  • 5
  • 26
  • 45
sofuser9
  • 219
  • 3
  • 14

2 Answers2

1

Alternatively to TWAndrews' suggestion you can also filter in the appropriate graph by going Right Click > Properties > Data > Limit Data using Expression: [Column name] Is Not Null

k88
  • 1,858
  • 2
  • 12
  • 33
0

Filters, which are tied to columns both in the GUI and API, include an option to exclude empty values. Select the appropriate value for your use case.

TWAndrews
  • 113
  • 1
  • 4