Column Summaries are really useful. It would be great if you could also exclude specific columns where Summation does not make sense.
For example, the database has the values
YEAR AMOUNT
2021 100
2022 200
2023 300
The Summary should be:
YEAR AMOUNT
2021 100
2022 200
2023 300
TOTAL 600
NOT
Year Amount
2021 100
2022 200
2023 300
TOTAL 6066 600
It would good in the column settings if you could exclude from summary