Calculating percentage in matrix SSRS -


i trying insert calculated percentage column in matrix , after searching here still having issues.

fields in dataset: cons_id,age,region

row group: region

column group: age (ranges)

details: countdistinct(fields!cons_id.value)

any appreciated.

thx

tom

edit: image of ssrs setup

it sounds want percentage of details out of total per group. please more specific if that's not looking for. here's example of how reference age group overall percentage:

=countdistinct(fields!cons_id.value, "matrix1_age")/countdistinct(fields!cons_id.value, "matrix1_region") 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -