Guides
Visit our websiteDeveloper Docs
  • Getting Started with DataBrain
    • What is DataBrain?
  • ❄️Onboarding & Configuration
    • 📝Sign-Up
    • ✍️Sign-In
    • ✏️Google Sign In Setup for Self-hosted app
    • 🤔Forgot password? Recover your DataBrain Account
    • 🌟Onboarding
    • 💾Add a Data Source
    • 🧑Configure Tenants
    • 🆕Create a Workspace
    • 🔓Create a Private Workspace
    • 🆕Create a Dashboard
    • 💠Create a Metric
      • Create Custom Columns
      • Create a Metric using Chat Mode
      • Create a Metric using Custom SQL
    • Workspace Settings
      • General Settings
      • Access Control Settings
      • Cache Settings
      • Download Settings
    • 🗄️Explore Data
  • 🛢️Datasources
    • Connecting Data Sources to DataBrain
      • Amazon Redshift
      • Snowflake
      • BigQuery
      • MySQL
      • Postgres
      • MongoDB
      • ElasticSearch
      • DataBricks
      • ClickHouse
      • MSSQL
      • Amazon S3
      • CSV
      • Firebolt
      • SingleStore
      • Athena
    • Allow Access to our IP
    • Add a Data Source
    • Configure Tenants
    • How to Sync a Data Source
    • Edit Tenancy
    • Create a Datamart
    • Semantic Layer
    • Create a Data App
    • Creating a Custom Dataset/View in a Multi-Datasource Environment
  • Workspace
    • Multi Datasource Workspace
  • 🔍DASHBOARDS
    • Edit a Dashboard
    • Share Dashboard
    • Dashboard Settings
    • Create/Modify Dashboard Filter
      • Dashboard Filter - Variable Apply On
      • Add LHS and RHS custom sql support for dashboard filter
    • Customize Layout
    • Adding Elements to Dashboard
    • Import/Export Dashboard
    • Report Scheduler
  • 📉METRIC
    • Edit a Metric
    • Joins , Filter, Sort, Group By
    • Complex Filter
    • Apply Metric Filter
      • Metric Filter - Variable
      • Metric Filter - Custom
    • Switch X axis and Switch Y axis
    • Group By
    • Footnote and Long Description
    • Dynamic Property
    • Archive/Unarchive Metric Card
    • Download Metric Card
    • Download Underlying Data
    • Metric Summary
    • Metric Expression for Single Value Card
    • AI Summary
    • Merge Metrics
    • Section Filters
    • View Unpublished Metrics
  • 📊VISUALIZATIONS - ACTIONS & APPEARANCE
    • Chart Actions
      • Chart Click Action
      • Chart Click Action with Metric
      • Card Click Action
      • Drill Down
      • Cross Dashboard Drill Down
    • Chart Appearance
      • Chart-Specific Appearance Options
  • 🛢️PREVIEW OF DASHBOARDS
    • Email Settings for Scheduled Reports
    • Scheduled Reports for End User
  • 🔍FILTERS
    • Dashboard Filter
    • Metric Filter
    • App filter
  • 💡Features
    • Python Editor Console
    • Custom SQL Console
    • Custom SQL Query Guidelines
  • 🏢Integrating Plugin
    • ✳️Get an auth token
    • 🙏Get a guest token
  • 🛃THEMEING & CUSTOMIZATION
    • 🎨Creating a theme
    • 🖼️View the theme in action
    • ⚙️Reset a saved theme
  • 📊Metric Component (upto version v0.11.15)
    • ✨Quick start
  • 🕸️Web Components
    • ✨Quick start
    • ⚛️Framework Specific Guide
  • 🚀Product Changelog
  • 🤳Self Hosted Changelog
Powered by GitBook
On this page
  1. VISUALIZATIONS - ACTIONS & APPEARANCE
  2. Chart Actions

Drill Down

This guide allows you to explore detailed insights within your charts by drilling down into specific dimensions for a more granular analysis.

PreviousCard Click ActionNextCross Dashboard Drill Down

Last updated 18 days ago

What is Drill Down?

Drill Down is a functionality that allows users to interact with data visualizations dynamically. By selecting a specific data point (e.g., a bar in a bar chart), users can expand and analyze the underlying or related dimensions. It is commonly used to move from aggregated data to detailed views, such as from total revenue by region to revenue by country or city.

When to Use Drill Down?

Drill Down is ideal for datasets with hierarchical or multi-level structures, such as:

  • Geographical data (e.g., Region > Country > City).

  • Time-series data (e.g., Year > Quarter > Month).

  • Organizational structures (e.g., Department > Team > Employee).

  • Product categories (e.g., Category > Subcategory > Product).

Requirements for Enabling Drill Down

To enable and effectively use the Drill Down feature, ensure the following:

  1. Data Structure: The dataset must include hierarchical relationships or dimensions that can be broken down into subcategories.

  2. Visualization Type: Compatible visualizations include bar charts, line charts, pie charts, and any other visualizations supporting hierarchical data.

  3. Metric Page Settings: The dataset used in the metric page must have the dimensions correctly set up for hierarchical analysis

  1. Enable Drill Down On the metric page, click the "Settings" icon, go to the "Actions" tab, and switch on the "DrillDown" toggle.

  1. View Drill Down in Your Chart

  • Click on any bar in the chart to drill down into the dimension.

  • For instance, the dimension "Customer Region" is drilled down to "Customer Country", showing Canada, Mexico, and USA.

Visualizations that support drill down

  • Table chart

  • Line chart

  • Step chart

  • Bar & Bar Stack Chart (horizontal & vertical)

  • Combo Single-scale and Multi-scales (horizontal & vertical)

  • Area Charts (Area, Stacked Area)

  • Pie/Doughnut/Rose charts

  • Histogram

  • Scatter plot

  • Bubble chart

  • Waterfall chart

  • Network chart

  • Tree map

📊