diff --git a/backend/geonature/core/gn_synthese/synthese_config.py b/backend/geonature/core/gn_synthese/synthese_config.py
index a3129d8d1b..17d776062f 100644
--- a/backend/geonature/core/gn_synthese/synthese_config.py
+++ b/backend/geonature/core/gn_synthese/synthese_config.py
@@ -91,7 +91,7 @@
]
# Mandatory columns for the frontend in Synthese API
-MANDATORY_COLUMNS = ["id_synthese", "entity_source_pk_value", "url_source", "cd_nom"]
+MANDATORY_COLUMNS = ["id_synthese", "entity_source_pk_value", "url_source", "cd_nom", "id_dataset"]
# CONFIG MAP-LIST
DEFAULT_LIST_COLUMN = [
diff --git a/frontend/src/app/syntheseModule/synthese-results/synthese-list/synthese-list.component.html b/frontend/src/app/syntheseModule/synthese-results/synthese-list/synthese-list.component.html
index 337f56391e..c961ee4a65 100644
--- a/frontend/src/app/syntheseModule/synthese-results/synthese-list/synthese-list.component.html
+++ b/frontend/src/app/syntheseModule/synthese-results/synthese-list/synthese-list.component.html
@@ -99,6 +99,16 @@