Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
It is possible to show numbers in legend on a pie chart - see option below.
However, this option does not seem to be possible on a bar chart (same tick box isn't there). Is it possible to add this on?
You will see the cahrt we have - where the legend is instead of 16-24, 25-35 we ideally wnat the colours to show but then show the numbers (e.g 50, 100 etc). Is this possible?
Chris
Hi,
Yes that's why I have been trying but its really fidgety!
Will only show one figure:
Create your Dimension as a calculated Dim like:
=aggr(
num(Sum(LineSalesAmount),'$#,##0')
,AgeBand)
-Rob