load-* hook for dashboard

add_action( 'load-index.php', 'the_function', 1, 0 );

The load-{page_hook} hook works with the filename of the page to load.