Ionic Tabs and page integration

I am in Ionic 3 and using tabs and a top menu. If I’m on my ‘Dashboard Page’ -> Tab1 and I click in the top nav page 2. I then click another tab lets say ‘My Account’ and then click the ‘Dashboard’ tab again I get the contents of page 2 showing and not the ‘Dashboard page’ which is the tab I just clicked.

I understand the the ‘stack’ on the dashboard page is in the order dashboard then page 2. So, I can pop the stack when I arrive to the dashboard page but this looks messy as when I arrive at the dashboard I see the stack pop to show me finally the dashboard page. Does anyone know a way of resetting all stacks on the click of a tab?