Hi Ryan,
From your description, you want to show series labels on the line chart, right? In Reporting Services, it seems that there is no such a series label. We only have data label which we can show on the chart. So in your scenario, you can check the "Show Data Label" option, and then change the label data to series group field. The expression would like:
=IIF(Fields!Amount.Value=MAX(fields!Amount.Value,"Chart_SeriesGroup"),Fields!City.Value,"")
Hope this helps.
Regards,
Charlie Liao
If you have any feedback on our support, please click here.
Charlie Liao
TechNet Community Support
No comments:
Post a Comment