Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts ,
I have a requirement in which I want to show legend numbers in Pie chart without text.
Please check the PNG. In the PNG I want to show numbers in front of the colors.
Try this expression:
Dual(
Country & '-' & Num(Sum(Sales), '#.##0'),
sum(Sales)
)
Also do not forget to able Values on Data Point in Properties > Expressions
Add Calculated dimensions in this case.
Use If statement in Text Color properties in your Dimension.