
Sum( TableName[Amount] * (TableName[Category] = "Income") * (Year(TableName[Date]) = "2022") )
Above formula works on Microsoft 365 (or 2021) as-is thanks to dynamic arrays. On previous versions of Excel you have to validate it with Ctrl+Shift+Enter (on Windows) or use SUMPRODUCT in this case
Though, I would follow Barry Schwarz suggestion and use SUMIFS for efficiency reasons at least