reporting services - Present actual data in SSRS Pie Chart - not in Percentage -


i have pie chart , don't want display percentages, whole number value source.

i want chart display actual numbers, , not percentage, how can this?

this quite easy achieve, follow these simple steps:

  1. on design surface, right-click on pie , select show data labels. data labels should appear within each slice on pie chart.
  2. on design surface, right-click on labels , select series label properties. series label properties dialog box appears.
  3. in series label properties, in general tab. must enter label data wish displayed. can done clicking expression button (fx) , defining column's data wish display.
    example: =sum(fields!mycolumn.value)

if have trouble, feel free respond , perhaps add more information datasource.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -