Forum Discussion
gusly
Helper II
10 years agoShow column even if value is blank
I'm using a categorical x-axis for a simple column chart. In this case, it's important for me to always show all categories - to show those categories with blank (or 0 value). The problem is that the...
- 10 years agoI think there's an option on the visualization options to "show values with no data" I'm on my phone or I'd try to show a screenshot.
gusly
Helper II
10 years agoA workaround I just found was to create a Measure that returns 0 if blank for the value, like this:
IF(ISBLANK(value); 0; value)
However, the same method does not seem to work for regular/calculated columns.
Please let me know if there are other ways though.
- austinsense10 years ago
Impactful Individual
I think there's an option on the visualization options to "show values with no data" I'm on my phone or I'd try to show a screenshot.- gusly10 years ago
Helper II
Ah, I had totally missed that option. Exactly what I was looking for, thank you!
- Mariam8 years agoNew Member
I am unable to find that option in my report.
Can you please share with me the screenshot where the option is available?
- Anonymous6 years agoNot applicable
On the visualisations pane, once a field is dropped into the axis section there is a small downwards arrow. Click this and the option is near the bottom of that list.
- Mariam8 years agoNew Member
I am unable to find that option in my report.
Can you please share with me the screenshot where that option is visible?