this is the table
Provider ID flag
A 1 N
A 2 N
A 3 D
B 4 D
B 5 D
B 6 N
this is the matrix in ssrs
Flag
Provider N D Percentage
A 2 1 N/D
B 1 2 N/D
on the flag columngroup i am doing a count to get the count of N and D
=Count(Fields!Provider.Value)
How can i calculate the percentage of the flag columngroup ?