diff --git a/superset-frontend/src/pages/ChartList/index.tsx b/superset-frontend/src/pages/ChartList/index.tsx
index 60c7b5daf..ce00d348d 100644
--- a/superset-frontend/src/pages/ChartList/index.tsx
+++ b/superset-frontend/src/pages/ChartList/index.tsx
@@ -378,7 +378,11 @@ function ChartList(props: ChartListProps) {
datasource_url: dsUrl,
},
},
- }: any) => {dsNameTxt},
+ }: any) => (
+
+ {dsNameTxt?.split('.')[1]}
+
+ ),
Header: t('Dataset'),
accessor: 'datasource_id',
disableSortBy: true,