From initial investigation, seems like an issue related all the way up to the data model. Will most likely need some tweaking of the files in server/src/models/services and client/src/models/services/queries/ServiceSummaryGov (and Org).
Code for the panel in question can be found here: client/src/panels/panel_declarations/services/services_standards.js
When toggling through different years in the service standards panel (https://www.tbs-sct.canada.ca/ems-sgd/edb-bdd/index-eng.html#infographic/gov/gov/services/.-.-(panel_key.-.-'services_standards), you can see that the total remains the same (always based off the most recent year of reporting)
From initial investigation, seems like an issue related all the way up to the data model. Will most likely need some tweaking of the files in server/src/models/services and client/src/models/services/queries/ServiceSummaryGov (and Org).
Code for the panel in question can be found here: client/src/panels/panel_declarations/services/services_standards.js