Forum Discussion
Anonymous
4 years agoNot applicable
Remove zero values from legend
Hi,
I have a clustered bar chart with a large legend but with many zero values. Is it possible to keep the entire legend but hide the zero values in the chart in such a way that the bars are centered with respect to the x-axis labels and wider?
Anonymous , Create a measure like
if([measure]=0, blank(), [measure])
Also, you can explore this option
Concatenate Label off : https://youtu.be/QgI0vIGIOOk
2 Replies
- amitchandakSuper User
Anonymous , Create a measure like
if([measure]=0, blank(), [measure])
Also, you can explore this option
Concatenate Label off : https://youtu.be/QgI0vIGIOOk
- dadInFloridaRegular Visitor
doesn't work in a donut chart.