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.9 Drillthrough & Bookmark Navigation

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

Drillthrough & Bookmark Navigation

Drillthrough and bookmarks are powerful features for creating interactive, app-like navigation experiences in Power BI reports.

Drillthrough (Recap & Advanced)

Drillthrough allows users to right-click a data point and navigate to a detailed page filtered to that specific item.

Cross-Report Drillthrough

Navigate from one report to an entirely different report:

Setup:

  1. In the source report: Enable cross-report drill-through
  • FileOptionsReport Settings → Check "Allow visuals to use drill-through targets from other reports"
  1. In the target report: Add drill-through filters as usual
  2. Both reports must be in the same Power BI workspace
  3. Users right-click → Drill through → Select the target report page

Keeping Filters in Drillthrough

By default, all active filters carry over to the drillthrough page. You can control this: • Keep all filters: Default behavior • Clear filters: In the drillthrough filter, enable "Keep all filters" toggle to Off • This ensures the detail page shows only the drillthrough-filtered data

---

Bookmarks

Bookmarks capture the current state of a report page, including: • Filter and slicer selections • Visual visibility (shown/hidden) • Sort order • Drill state • Spotlight or focus mode settings

Creating a Bookmark

Steps:

  1. Set up the page exactly how you want it (filters, slicer selections, visual visibility)
  2. Go to ViewBookmarks → Click Add
  3. Name the bookmark descriptively (e.g., "East Region View", "Monthly Trend")
  4. The bookmark saves the current state

Bookmark Options

Right-click a bookmark to configure:

OptionDescription
DataSave/restore current filter and slicer state
DisplaySave/restore visual visibility (show/hide)
Current PageSave which page is active
Selected VisualsApply only to selected visuals, not all
UpdateUpdate the bookmark with current state
GroupOrganize bookmarks into named groups

Linking Bookmarks to Buttons

Create interactive navigation by connecting buttons to bookmarks:

Steps:

  1. InsertButtons → Choose a button type
  2. Select the button → FormatAction → Toggle On
  3. Set Type to Bookmark
  4. Select the destination bookmark
  5. Customize button text, fill, and border

Use Cases for Bookmarks

1. Tab-Style Navigation: • Create bookmarks for each "tab" view (Sales, Marketing, Finance) • Show/hide different visual groups per bookmark • Link buttons styled as tabs to each bookmark

2. Toggle Between Charts: • Bookmark 1: Show bar chart (hide line chart) • Bookmark 2: Show line chart (hide bar chart) • Button toggles between the two views

3. Storytelling: • Create a sequence of bookmarks that tell a data story • Use the bookmark navigator for a presentation-style experience

4. Reset Filters: • Create a "Reset" bookmark with all slicers cleared • Link a "Clear Filters" button to this bookmark

Bookmark Navigator

Power BI can auto-generate a visual bookmark navigator:

  1. InsertNavigatorBookmark Navigator
  2. Automatically creates buttons for all bookmarks in a group
  3. Users click to switch between bookmarked views

Best Practices

Name bookmarks clearly — "Q4 Sales View" not "Bookmark 1" • Use groups — organize bookmarks by purpose (Navigation, Views, Filters) • Test extensively — ensure all bookmark states restore correctly • Combine with drillthrough — drillthrough for detail, bookmarks for views • Use "Selected Visuals" when changing only a few visuals, not the entire page • Add a "Home/Reset" button — always provide a way to return to default state • Consider drillthrough for data-specific navigation and bookmarks for UI-state navigation