• You can include a condition within your aggregate expression which will then be evaluated for each row being aggregated.

    E.g.

    =Sum(Iif(Fields!AccountType.Value = "Cash and Short-Term Investments", 0, Fields!Balance.Value))