Stay organized with collections
Save and categorize content based on your preferences.
The error
You may see the following error on an Explore, a Look, or a dashboard:
Could not find the model or view requested.
Common causes
Some common causes of this error include the following:
Typo in the URL:
If you manually created an Explore URL, check the model and Explore name in the URL to make sure that they are correct.
Explore or model name has changed:
Each Look or dashboard query is based on a model and an Explore. If the model name or Explore name changes, the Look or dashboard query will still reference the old name until you update it with the new name.
For example, if the name of an Explore is changed from old-name to new-name, any associated Looks or dashboard queries will still try to use the old-name Explore until you update them.
Troubleshooting
There are multiple ways to resolve this error, but you can resolve most instances just by replacing the incorrect model or Explore name with a valid name. Use the following methods to update either a single query or all Looks and dashboards on your Looker instance:
Change the URL of a single query
Use the Content Validator
Change the URL of a single query
If you know that an Explore name or a model name has been changed, you can fix individual Looks and dashboards by using the expanded URL. The expanded URL contains the model name, the Explore name, and the field names. You can take advantage of this function to change the Explore or model name of the query.
Select Explore from here from the Look or dashboard query.
Copy the expanded URL and paste it somewhere else, such as into a document or your browser's address bar. (If you paste the URL into your browser's address bar, do not press Enter yet; if you do, the expanded URL will be turned into a shortened URL.)
Modify the URL text to change the name of the Explore. The URL takes the following form:
If necessary, copy and paste the expanded URL into your browser, and press Enter or Return to navigate to the URL.
Save the Explore as a Look or dashboard query.
Use the Content Validator
The Content Validator has a find-and-replace function. You can use this to replace the Explore name across all Looks. This will change every Look and dashboard query that uses old-name, however, so take this step with caution.
I'm still seeing this error. Now what?
If you've tried the previous steps and continue to see the error, check with a Looker admin at your company to make sure that the requested model and Explore exist on your Looker instance. If you're still stuck, contact Looker support for further troubleshooting.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-22 UTC."],[],[],null,["# Error: Could not find the model or view requested\n\nThe error\n---------\n\n\nYou may see the following error on an Explore, a Look, or a dashboard: \n\n```\nCould not find the model or view requested.\n```\n\nCommon causes\n-------------\n\nSome common causes of this error include the following:\n\n- **Typo in the URL:** If you manually created an Explore URL, check the model and Explore name in the URL to make sure that they are correct.\n- **Explore or model name has changed:** Each Look or dashboard query is based on a [model](/looker/docs/model-and-view-files#model_files) and an [Explore](/looker/docs/creating-and-editing-explores). If the model name or Explore name changes, the Look or dashboard query will still reference the old name until you update it with the new name. For example, if the name of an Explore is changed from `old-name` to `new-name`, any associated Looks or dashboard queries will still try to use the `old-name` Explore until you update them.\n\nTroubleshooting\n---------------\n\nThere are multiple ways to resolve this error, but you can resolve most instances just by replacing the incorrect model or Explore name with a valid name. Use the following methods to update either a single query or all Looks and dashboards on your Looker instance:\n\n- Change the URL of a single query\n- Use the Content Validator\n\n### Change the URL of a single query\n\n\nIf you know that an Explore name or a model name has been changed, you can fix individual Looks and dashboards by using the [expanded URL](/looker/docs/sharing-urls#expanded_url). The expanded URL contains the model name, the Explore name, and the field names. You can take advantage of this function to change the Explore or model name of the query.\n\n1. Select **Explore from here** from the Look or dashboard query.\n2. Select the [**Explore actions** gear menu](/looker/docs/viewing-and-interacting-with-explores#the_explore_actions_gear_menu) next to **Run** and **Edit** , and then select **Share**.\n3. Copy the expanded URL and paste it somewhere else, such as into a document or your browser's address bar. (If you paste the URL into your browser's address bar, do not press Enter yet; if you do, the expanded URL will be turned into a shortened URL.)\n4. Modify the URL text to change the name of the Explore. The URL takes the following form: \n\n ```\n https://instance_name.looker.com/explore/MODEL_NAME/EXPLORE_NAME?fields=...\n ```\n5. If necessary, copy and paste the expanded URL into your browser, and press Enter or Return to navigate to the URL.\n6. Save the Explore as a Look or dashboard query.\n\n### Use the Content Validator\n\n\nThe [Content Validator](/looker/docs/content-validation) has a [find-and-replace](/looker/docs/content-validation#using_the_content_validator_to_find_and_replace) function. You can use this to replace the Explore name across all Looks. This will change *every* Look and dashboard query that uses `old-name`, however, so take this step with caution.\n\nI'm still seeing this error. Now what?\n--------------------------------------\n\nIf you've tried the previous steps and continue to see the error, check with a Looker admin at your company to make sure that the requested model and Explore exist on your Looker instance. If you're still stuck, [contact Looker support](https://console.cloud.google.com/support/) for further troubleshooting."]]