Forum Discussion
scabral
2 years agoHelper IV
Modify spaces between columns in clustered column chart
I have the following clustered column chart with year on the x-axis and count on the y-axis: Is there a way in the setting of the chart to tweak the spacing between the bars so that there a...
PijushRoy
2 years agoCommunity Champion
Hi scabral
There is one problem with the visual. Where it is 0, the data level is not showing.
If you remove the space, it is misleading information. Please think, that if users click on Focus mode or show table mode and download data, it will not show the item.
Best option is
Please create a measure, which can show the blank as 0 and use the measure in visual
= If(IsBlank(YourColumnName or Measure),0,YourColumnName or Measure)
So, it is more readable and understandable for the report viewer
If solved your requirement, please mark this answer as SOLUTION.
If this comment helps you, appreciate your KUDOS
Thanks
Pijush