The error message "we can't summarize this field with SUM" usually occurs when you try to use the SUM function on a field that contains non-numeric data. To resolve this issue, you need to ensure that the field you are trying to sum contains only numeric data.
For Example, you can count test column, but you cannot change it to sum due to the column test only contains text.