Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • amitchandak's avatar
    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