Forum Discussion

vanetti's avatar
vanetti
Frequent Visitor
9 years ago
Solved

Remove calculation type in graphic labels

I created I graphic, for which I used the average of some data. How can I remove the "average" from the label name (see image, red marks)? I want it to be only the data column name.    
  • SqlJason's avatar
    9 years ago

    As far as I know, there is no way to remove that if you are using it on a legend.

     

    Workaround is to create a measure, something like

     

    1) Rename your existing column from TR-BR to TRBR (just an example, you can rename whatever you want)

    2) Create a measure

    TR-BR = average([TRBR])

    3) Use this emasure in your chart now. Now it will show only the name and not "Average of TR-BR"