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 cent...
- 4 years ago
Anonymous , Create a measure like
if([measure]=0, blank(), [measure])
Also, you can explore this option
Concatenate Label off : https://youtu.be/QgI0vIGIOOk
amitchandak
4 years agoSuper User
Anonymous , Create a measure like
if([measure]=0, blank(), [measure])
Also, you can explore this option
Concatenate Label off : https://youtu.be/QgI0vIGIOOk