Formatting Data Labels on a Pie Chart Contained in the Last Column of a Tablix

  • Hey folks,

    I've got a problem that is about to drive me crazy.

    I'm attempting to use a pie chart in the last column of a tablix in order to visually convey the values of the Percentage of Students having a GPA within predifiend ranges. I have the property for Show Data Labels turned on and I'm attempting to format the values of the data labels as Percent.

    The problem is that even though all of the of the labels contain the correct values, only the first one in the series is correctly formatted. So far I've been unable to figure out how to force the correct format on teh remaining labels in the series.

    Has anyone else had encountered this problem.

    Thanks in advance for any assistance.

  • I had a similar issue with a pie chart and found that doing it the old fashioned way:

    Add this to the data label

    =COUNT(Fields!YourField.Value) / COUNT(Fields!YourField.Value, "YourDataset")

    Add 0% to the format property or whatever your desired format is 0.00% for 2 decimal places...

    gsc_dba

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply