---
title: "Add Metrics Drilldown visualization to a dashboard | Grafana Labs"
description: "Learn how to save your query and add it to a dashboard for ongoing monitoring"
---

# Add Metrics Drilldown visualization to a dashboard

A Grafana dashboard is a set of one or more panels, organized and arranged into one or more rows, that provide an at-a-glance view of related information. These panels are created using components that query and transform raw data from a data source into visualizations.

A data source can be an SQL database, Grafana Loki, Grafana Mimir, or an API endpoint. It can even be a basic CSV file. Data source plugins take a query you want answered, retrieve the data from the data source, and reconcile the differences between the data model of the data source and the data model of Grafana dashboards.

To add a Metrics Drilldown visualization to a dashboard, complete the following steps:

1. On the toolbar at the top of the Explore page, click **Add &gt; Add to dashboard**, then click **Open dashboard**.
2. On the **Add panel to dashboard** dialog box, perform one of the following:
   
   - To add the visualization to a new dashboard, click **New dashboard**.
   - To add the visualization to an existing dashboard, click **Existing dashboard** and select a dashboard from the list.
   
   The visualization appears in a dashboard.
3. Click **Save dashboard** located in the upper-right of the page.
4. Enter a title and description for your dashboard, select a folder if applicable, and click **Save**.
