I have a pie chart in SSRS. It contains many categories so it is kinda hard to read. What I would like to do is include the category AND the percent in the label, but I am not sure how to do this.
You can include the category by setting the label to [CategoryName]
(this is the default).
You can include the percent by changing that to #PERCENT
.
But I cannot seam to figure out how to include both.
Is there a VBA formula that I can add that will give me both?