diff --git a/CHANGELOG.md b/CHANGELOG.md
index feb112b52768..5d88e44a9abb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -93,6 +93,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- [BUG][Multiple Datasource] Fix obsolete snapshots for test within data source management plugin ([#6185](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6185))
- [Workspace] Add base path when parse url in http service ([#6233](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6233))
- [Multiple Datasource] Fix sslConfig for multiple datasource to handle when certificateAuthorities is unset ([#6282](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6282))
+- [BUG][Multiple Datasource]Fix bug in data source aggregated view to change it to depend on displayAllCompatibleDataSources property to show the badge value ([#6291](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6291))
### 🚞 Infrastructure
diff --git a/src/plugins/data_source_management/public/components/data_source_aggregated_view/__snapshots__/data_source_aggregated_view.test.tsx.snap b/src/plugins/data_source_management/public/components/data_source_aggregated_view/__snapshots__/data_source_aggregated_view.test.tsx.snap
index 2c789f04da12..e4f4b1f67c67 100644
--- a/src/plugins/data_source_management/public/components/data_source_aggregated_view/__snapshots__/data_source_aggregated_view.test.tsx.snap
+++ b/src/plugins/data_source_management/public/components/data_source_aggregated_view/__snapshots__/data_source_aggregated_view.test.tsx.snap
@@ -1,7 +1,49 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`DataSourceAggregatedView should render normally with data source filter 1`] = `
-
+
- Data sources
+
- All
+
+ All
+
-
+
+
+
+
+
+
+
-
+
`;
exports[`DataSourceAggregatedView should render normally with local cluster and actice selections 1`] = `
-
+
- Data sources
+
- 1
+
+ 1
+
-
+
+
+
+
+
+
+
-
+
`;
exports[`DataSourceAggregatedView should render normally with local cluster hidden and all options 1`] = `
-
+
- Data sources
+
- All
+
+ 0
+
-
+