> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usedatabrain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Custom Dataset/View in a Multi-Datasource Environment

> This guide provides essential steps for creating and saving a custom dataset in a multi-datasource environment, ensuring efficient and organized data management.

<Steps>
  <Step title="Create Custom Dataset">
    * Create the desired metric and view the underlying data you wish to save as a custom dataset.
    * Click on **"+ Custom Dataset"** at the bottom left corner, then select **"Save to Dataset"** to save the view.
    * Enter a suitable title for your dataset and specify a common schema name across the different data sources.
    * Select the data sources where you want to save the view.
    * Click **"Save"** to finalize the process.

    <Frame>
      <img src="https://mintcdn.com/databrainlabs-bef6850a/WF6VYXQbY0e3pEdb/images/guides/image-create-custom-dataset.webp?fit=max&auto=format&n=WF6VYXQbY0e3pEdb&q=85&s=04abb33b5d1a9490ae3e18d130519668" width="688" height="320" data-path="images/guides/image-create-custom-dataset.webp" />
    </Frame>
  </Step>

  <Step title="View the Custom Datasets in Both Data Sources">
    Once saved, you can access and manage the custom dataset in all selected data sources.

    * Navigate to the schema browser on the left panel.
    * Your saved view (e.g., `id_view`) will now be available under each selected data source.
    * Ensure that all selected data sources follow a **consistent schema** across the tables.

    <Frame>
      <img src="https://mintcdn.com/databrainlabs-bef6850a/YcWuXEGVKvtRd3RR/images/guides/image-view-custom-dataset.png?fit=max&auto=format&n=YcWuXEGVKvtRd3RR&q=85&s=2f6b7b3329621f90c921197b6bf033f8" width="688" height="321" data-path="images/guides/image-view-custom-dataset.png" />
    </Frame>
  </Step>
</Steps>

<Check>
  Your custom dataset has been successfully created and synchronized across all selected data sources. It’s now available in the schema browser under each source, ensuring consistent and unified data access.
</Check>
