Navigation to "Default Dashboard" from a button

Is there a way to get a simple button to navigate to the default dashboard, hence provide a simple “return button” to different views. And the returnbutton will go to different dashboards, based on the default defined on the client.

I can not find any information on this, and trying to navigate without a defined working path is also not working. Any ideas.

My code, which is not working.

show_name: true
show_icon: true
type: button
tap_action:
  action: navigate
  navigation_path: ''
name: TEST NAVIGATE

Im aware I can achieve this using the add-on “browser-mod”, however it would be much easier and simpler if the already build-in “navigate” in the standard button can do this.