
To remove the BI Publisher link from the More Products menu list in the dashboard, we need to edit the <OracleBI>/web/msgdb/messages/commonuitemplates.xml file as follows:
1. Take a backup of the original file
2. Open the file and find the following line:
<a class="NQWMenuItem" name="advReporting" href="@{advReportingURL}" target="@{target}"><sawm:messageRef name="kmsgUIAdvancedReporting"/></a>
3. Comment the line as follows:
<!-- <a class="NQWMenuItem" name="advReporting" href="@{advReportingURL}" target="@{target}"><sawm:messageRef name="kmsgUIAdvancedReporting"/></a> -->
4. Now we should restart the Presentation Services in order to ge the desired result.

This tip is also useful if you want to add/edit new links to the menu list; you just need to preserve the structure of the file and use the right xml syntax to add new items.