Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

4.3 Drill-Down & Drill-Through Reports

Lesson 34 of 62 in the free Power BI notes on Siksha Sarovar, written by Rohit Jangra.

Drill-Down & Drill-Through Reports

Drill-down and drill-through are two powerful navigation features that allow users to explore data at different levels of detail.

Drill-Down (Within a Visual)

Drill-down lets users navigate through hierarchies within a single visual — from a high-level summary to granular details.

Pre-requisite: The visual must have a hierarchy on its axis (e.g., Year → Quarter → Month).

Drill-Down Controls

IconActionDescription
⬇️ Single arrow downDrill DownClick a data point to go one level deeper for that specific item
↕️ Double arrow downExpand AllShow the next level for ALL items at once
⬆️ Arrow upDrill UpGo back up one level
🔽 Fork iconGo to Next LevelShow the next level (replaces current)

Drill-Down Example

Hierarchy: Country → State → City → Store

  1. Start: Chart shows sales by Country (India, USA, UK)
  2. Click India: Drill down to States (Maharashtra, Karnataka, Delhi)
  3. Click Maharashtra: Drill down to Cities (Mumbai, Pune, Nagpur)
  4. Click Mumbai: Drill down to Stores
  5. Drill Up: Return to previous level

Drill-Through (Across Pages)

Drill-through navigates users to a different report page with detailed information about the selected data point.

How It Works:

  1. Create a detail page (e.g., "Product Details")
  2. Add fields to the Drill-through filters well on that page
  3. On the summary page, right-click a data point → Drill through → Select the detail page
  4. The detail page opens, filtered to the selected data point
  5. A Back button is automatically added for return navigation

Setting Up Drill-Through

Steps:

  1. Create a new report page (e.g., "Customer Details")
  2. Design the page with detailed visuals (tables, charts, KPIs)
  3. In the Visualizations pane → drag a field (e.g., CustomerName) to the Drill through filter area
  4. On your main page, right-click a customer in any visual
  5. Select Drill throughCustomer Details
  6. The detail page shows data filtered to that specific customer

Cross-Report Drill-Through

Navigate from one Power BI report to another entirely different report.

Setup:

  1. Enable cross-report drill-through in both reports
  2. FileOptionsCurrent FileReport Settings
  3. Check "Allow visuals in this report to use drill-through targets from other reports"

Drill-Down vs Drill-Through

FeatureDrill-DownDrill-Through
NavigationWithin same visualTo a different page
RequiresHierarchy on axisDrill-through filter field
ScopeExplores levels of same dataShows detailed view of a data point
User ActionClick data point + drill iconRight-click → Drill through
Back ButtonDrill up iconAuto-generated back button
Use CaseYear → Month → DaySummary → Detailed page