What You'll Learn
Organize panels into rows for logical grouping
Create collapsible sections for complex dashboards
Link dashboards together for navigation
Use folders to manage dashboard collections
Apply best practices for dashboard structure
Completed Part 1 and Part 2 tutorials
At least one dashboard with multiple panels
As your dashboards grow, organization becomes critical. A well-organized dashboard:
Guides the user's eye – Important information appears first
Groups related data – Panels about the same topic stay together
Reduces cognitive load – Users find what they need quickly
Scales gracefully – Easy to add new content without chaos
This tutorial covers the organizational tools Grafana provides.
Row Organization
Rows are the primary way to group related panels together.
Rows are horizontal containers that:
Group related panels under a common title
Can be collapsed to hide panels
Help users scan dashboard sections quickly
[SCREENSHOT: Dashboard with multiple row sections visible]
In dashboard edit mode, click Add in the top navigation
Select Row
[SCREENSHOT: Add menu showing Row option]
A new row appears with a default title "Row title"
Drag panels below the row to add them to that section
Configuring Row Settings
Click the row title to select it
Click the gear icon that appears, or right-click and select Edit
[SCREENSHOT: Row settings menu]
Create row copies for each variable value
Collapsible Rows
Rows can be collapsed to hide their panels:
Click the arrow icon next to the row title
All panels in that row collapse into the row header
Click again to expand
[SCREENSHOT: Collapsed row showing just the title bar]
Benefits of collapsible rows:
Reduce scrolling on long dashboards
Let users focus on relevant sections
Faster initial load (collapsed panels don't render immediately)
Row Organization Best Practices
Summary stats, critical KPIs, alerts
Detailed time series, process parameters
Historical data, less frequently viewed info
Example structure for a machine dashboard:
Panel Positioning
Understanding the Grid
Grafana uses a 24-column grid system:
Large time series, tables
[SCREENSHOT: Grid showing column widths]
Resizing Panels
Hover over the panel edge until the cursor changes
Panels snap to grid positions
[SCREENSHOT: Panel being resized with snap guides]
Tip: Hold Shift while dragging for finer control.
Hover over the panel title bar
Drag the panel to a new position
Other panels will move to accommodate
Duplicate a panel to create variations:
Click the panel title → More → Duplicate
[SCREENSHOT: Panel menu showing Duplicate option]
The copy appears at the bottom of the dashboard
Drag it to the desired position
Edit the query or settings as needed
Alternative: Copy JSON
Click panel title → More → Copy
Navigate to target dashboard
Dashboard Links
Links help users navigate between related dashboards.
Link to another Grafana dashboard
Link to external resource
Context-aware link from panel
Adding Dashboard Links
Open dashboard settings (gear icon in top navigation)
Select Links from the sidebar
Click Add Dashboard Link
[SCREENSHOT: Dashboard settings Links section]
Display text for the link
Target dashboard (for Dashboard type)
Target URL (for Link type)
Include current time range
Pass time selection to target
Include current template variables
Pass variable values to target
Open link in new browser tab
[SCREENSHOT: Dashboard link configuration form]
Links appear in the dashboard header
[SCREENSHOT: Dashboard header showing navigation links]
Dashboard Link Examples
Machine Overview → Machine Detail:
Include variables: Yes (machine selection)
Opens detail view for same machine and time period
Dashboard → External Documentation:
URL: https://docs.enlyze.com/...
Drilldown Links from Panels
Create links that appear when clicking data points:
In sidebar, find Data links
Click Add link
[SCREENSHOT: Data links section in panel editor]
Configure:
URL: Target (can use variables like ${__data.fields.machine})
Example: Click a machine name in a table to open its detail dashboard.
Folder Structure
Folders organize dashboards in the Grafana sidebar.
Creating Folders
Go to Dashboards in the main menu
Click New → New folder
[SCREENSHOT: New folder creation]
Moving Dashboards to Folders
Select dashboards using checkboxes
Select the target folder
[SCREENSHOT: Move dashboard dialog]
Alternative: When saving a dashboard, select the folder in the save dialog.
Recommended Folder Structure
Summary dashboards, KPI overview
Machine monitoring, throughput
Quality metrics, deviation tracking
Periodic reports, exports
Work-in-progress dashboards
Folder Permissions
Control who can view or edit dashboards in a folder:
Click Folder settings (gear icon)
Assign viewer/editor roles to users or teams
[SCREENSHOT: Folder permissions settings]
Dashboard Settings
Configure global dashboard options.
Accessing Settings
Click the gear icon in the top navigation
Or press Ctrl+Shift+S / Cmd+Shift+S
General Settings
Optional description (shown in search)
Location in folder structure
Allow editing (uncheck for view-only)
Browser, UTC, or specific timezone
Offset "now" for delayed data
Shared crosshair behaviour
Dashboard Versioning
Grafana automatically saves dashboard versions.
Viewing History
Select Versions from sidebar
[SCREENSHOT: Dashboard version history]
See list of saved versions with timestamps
Comparing Versions
View JSON diff of changes
Restoring Previous Versions
Select the version to restore
Tip: Use meaningful commit messages when saving to track changes.
Practical Example: Organized Machine Dashboard
Build a well-organized dashboard structure:
Dashboard Structure
Configuration Checklist
Tips and Best Practices
Dashboard Size Guidelines
Dashboard Type
Recommended Size
1-2 screens, no scrolling
Can be longer with collapsible rows
Organize by report sections
Naming Conventions
Use consistent naming patterns:
"Production - Machine Overview"
[Machine] - [Detail Level]
"Kiefel - Detailed Monitoring"
Create a navigation hierarchy:
You've learned how to organize dashboards effectively:
Create collapsible sections
Use the grid system for consistent layouts
Link dashboards for navigation
Organize dashboards in folders
Configure dashboard settings
Continue with intermediate features:
Or explore advanced topics:
Quick Reference
Keyboard Shortcuts
Row Organization