saved views selection by taxonomy
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'view_type', 'terms' => 'built-in', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), array( 'taxonomy' => 'dashboard', 'terms' => 'all', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), array( 'taxonomy' => 'client', 'terms' => 'fws', 'field' => 'slug', 'operator' => 'AND', 'include_children' => false, ), );