Forum Discussion
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.
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"
2 Replies
- SqlJasonMemorable Member
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"
- vanettiFrequent Visitor
Thanks SqlJason. I belive that this could be a inprovement for new versions!