Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Grouping in SSRS to show percent of status

$
0
0

Hi,

I have a resultset as below

I want to display a PieChart which shows the percent of each status in it. Something Below

I have used below expression in Value field of chart and SLA_Status in category Group but value is showing as 0.5 and 0.5

TotalRecords is my dataset

=Count(Fields!SLA_Count.Value,

"Chart1_CategoryGroup2") /Count(Fields!SLA_Count.Value,"TotalRecords")


Thanks & Regards,
Manjunath C Bhat,
http://manjunathcbhat.blogspot.com
http://manjunathcbhat.wordpress.com


Viewing all articles
Browse latest Browse all 10045

Trending Articles