I am trying to generate subtotal of multiple columns in my Tablix, not in footer or header. I am using this expression:
=SUM(ReportItems!ColumnName.Value)
This one works fine in footer.But for my work requirements I can't use the footer and must show the subtotal in the same tablix. While doing so it shows an error like this-
Aggregate functions can be used only on report items contained in page headers and footers
Can anyone help me with this?