To specify a datagroup for just one or more Explores, or to override the default datagroup for one or more Explores, you can use the persist_with parameter for explore to specify a different datagroup for those Explores.
Example
Use the orders_datagroup caching policy for all Explores in the model:
[[["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-08-14 UTC."],[],[],null,["# persist_with (for models)\n\n\u003cbr /\u003e\n\n\u003e This page refers to the `persist_with` parameter that is part of a [model](/looker/docs/2512/reference/param-model).\n\u003e\n\u003e `persist_with` can also be used as part of an Explore, described on the [`persist_with`](/looker/docs/2512/reference/param-explore-persist-with) parameter documentation page.\n\nUsage\n-----\n\n```\n\npersist_with: airports_datagroup\n```\n\nDefinition\n----------\n\nUse `persist_with` at the model level to specify the default [`datagroup`](/looker/docs/2512/reference/param-model-datagroup) caching policy to use for all Explores in the model. See the [Caching queries and rebuilding PDTs with datagroups](/looker/docs/2512/caching-and-datagroups#specifying_caching_policies_with_datagroup_parameters) documentation page for an overview of datagroups.\n\u003e To specify a datagroup for just one or more Explores, or to override the default datagroup for one or more Explores, you can use the [`persist_with` parameter for `explore`](/looker/docs/2512/reference/param-explore-persist-with) to specify a different datagroup for those Explores.\n\nExample\n-------\n\nUse the `orders_datagroup` caching policy for all Explores in the model: \n\n persist_with: orders_datagroup"]]