diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index 1d890aa8925631abbecbd9068fcbc7d6dfa0a2e8..ea74fdaac357d00236f2a75f199233daa37845c6 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -190,7 +190,6 @@ abstract class ViewDataTable implements ViewInterface
         $this->config->self_url          = Request::getBaseReportUrl($controllerName, $controllerAction);
 
         $this->requestConfig->apiMethodToRequestDataTable = $apiMethodToRequestDataTable;
-        $this->assignRelatedReportsTitle();
 
         /**
          * Triggered during {@link ViewDataTable} construction. Subscribers should customize
@@ -216,6 +215,8 @@ abstract class ViewDataTable implements ViewInterface
          */
         Piwik::postEvent('ViewDataTable.configure', array($this));
 
+        $this->assignRelatedReportsTitle();
+
         $this->config->show_footer_icons = (false == $this->requestConfig->idSubtable);
 
         // the exclude low population threshold value is sometimes obtained by requesting data.