Reputation: 3
I have this problem. Pie chart is showing only one value and not the other one.
As you can see in design i have two values
Thanks in advance.
Upvotes: 0
Views: 781
Reputation: 14108
Right click the Overdue series and select Show Data Labels
.
Or select the Overdue series and press F4 to see properties, expand label property and set:
In Label property use: =Sum(Fields!Overdue.Value)
In Visible select: True
You will get this in preview:
Let me know if this helps you.
Upvotes: 1