diff --git a/hypha/apply/funds/tables.py b/hypha/apply/funds/tables.py
index 97a9837e2b050f1fb2c6883c93079b1ea36c8b85..3ae089117073673c9ea628347f158fdf654f9b79 100644
--- a/hypha/apply/funds/tables.py
+++ b/hypha/apply/funds/tables.py
@@ -188,6 +188,7 @@ def get_screening_statuses(request):
 
 def get_meta_terms(request):
     return MetaTerm.objects.filter(
+        filter_on_dashboard=True,
         id__in=ApplicationSubmission.objects.all().values('meta_terms__id').distinct('meta_terms__id'))