Forum Discussion
Remove calculation type in graphic labels
- 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"
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"
- vanetti9 years agoFrequent Visitor
Thanks SqlJason. I belive that this could be a inprovement for new versions!