• Good strategy using RowNumber to filter unique values. Try the below SSRS expression (SUM the field only if the RowNumber field has a 1):

    =SUM(iif(Fields!rownum.Value = 1, Fields!ProductCost.Value, Nothing)