I have a SSRS 22 Report with two row groups and one column group:
I want to create proportions, but how can I get the total values into one column?
I tryied in the box expressions but it did not work.:
=count(Fields!StateProvince.Value, "CountryRegion")
=count(Fields!StateProvince.Value, "StateProvince")
=count(Fields!StateProvince.Value, "ModifiedDate")
3