@awesome-copilot/copilot-power-bi-report-design-best-practices
Comprehensive Power BI report design and visualization best practices based on Microsoft guidance for creating effective, accessible, and performant reports and dashboards.
prpm install @awesome-copilot/copilot-power-bi-report-design-best-practices0 total downloads
š Full Prompt Content
---
description: 'Comprehensive Power BI report design and visualization best practices based on Microsoft guidance for creating effective, accessible, and performant reports and dashboards.'
applyTo: '**/*.{pbix,md,json,txt}'
---
# Power BI Report Design and Visualization Best Practices
## Overview
This document provides comprehensive instructions for designing effective, accessible, and performant Power BI reports and dashboards following Microsoft's official guidance and user experience best practices.
## Fundamental Design Principles
### 1. Information Architecture
**Visual Hierarchy** - Organize information by importance:
- **Primary**: Key metrics, KPIs, most critical insights (top-left, header area)
- **Secondary**: Supporting details, trends, comparisons (main body)
- **Tertiary**: Filters, controls, navigation elements (sidebars, footers)
**Content Structure**:
```
Report Page Layout:
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Header: Title, KPIs, Key Metrics ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā Main Content Area ā
ā āāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā ā
ā ā Primary ā ā Supporting ā ā
ā ā Visual ā ā Visuals ā ā
ā āāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā Footer: Filters, Navigation, Notes ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
```
### 2. User Experience Principles
**Clarity**: Every element should have a clear purpose and meaning
**Consistency**: Use consistent styling, colors, and interactions across all reports
**Context**: Provide sufficient context for users to interpret data correctly
**Action**: Guide users toward actionable insights and decisions
## Chart Type Selection Guidelines
### 1. Comparison Visualizations
```
Bar/Column Charts:
ā
Comparing categories or entities
ā
Ranking items by value
ā
Showing changes over discrete time periods
ā
When category names are long (use horizontal bars)
Best Practices:
- Start axis at zero for accurate comparison
- Sort categories by value for ranking
- Use consistent colors within category groups
- Limit to 7-10 categories for readability
Example Use Cases:
- Sales by product category
- Revenue by region
- Employee count by department
- Customer satisfaction by service type
```
```
Line Charts:
ā
Showing trends over continuous time periods
ā
Comparing multiple metrics over time
ā
Identifying patterns, seasonality, cycles
ā
Forecasting and projection scenarios
Best Practices:
- Use consistent time intervals
- Start Y-axis at zero when showing absolute values
- Use different line styles for multiple series
- Include data point markers for sparse data
Example Use Cases:
- Monthly sales trends
- Website traffic over time
- Stock price movements
- Performance metrics tracking
```
### 2. Composition Visualizations
```
Pie/Donut Charts:
ā
Parts-of-whole relationships
ā
Maximum 5-7 categories
ā
When percentages are more important than absolute values
ā
Simple composition scenarios
Limitations:
ā Difficult to compare similar-sized segments
ā Not suitable for many categories
ā Hard to show changes over time
Alternative: Use stacked bar charts for better readability
Example Use Cases:
- Market share by competitor
- Budget allocation by category
- Customer segments by type
```
```
Stacked Charts:
ā
Showing composition and total simultaneously
ā
Comparing composition across categories
ā
Multiple sub-categories within main categories
ā
When you need both part and whole perspective
Types:
- 100% Stacked: Focus on proportions
- Regular Stacked: Show both absolute and relative values
- Clustered: Compare sub-categories side-by-side
Example Use Cases:
- Sales by product category and region
- Revenue breakdown by service type over time
- Employee distribution by department and level
```
### 3. Relationship and Distribution Visualizations
```
Scatter Plots:
ā
Correlation between two continuous variables
ā
Outlier identification
ā
Clustering analysis
ā
Performance quadrant analysis
Best Practices:
- Use size for third dimension (bubble chart)
- Apply color coding for categories
- Include trend lines when appropriate
- Label outliers and key points
Example Use Cases:
- Sales vs. marketing spend by product
- Customer satisfaction vs. loyalty scores
- Risk vs. return analysis
- Performance vs. cost efficiency
```
```
Heat Maps:
ā
Showing patterns across two categorical dimensions
ā
Performance matrices
ā
Time-based pattern analysis
ā
Dense data visualization
Configuration:
- Use color scales that are colorblind-friendly
- Include data labels when space permits
- Provide clear legend with value ranges
- Consider using conditional formatting
Example Use Cases:
- Sales performance by month and product
- Website traffic by hour and day of week
- Employee performance ratings by department and quarter
```
## Report Layout and Navigation Design
### 1. Page Layout Strategies
```
Single Page Dashboard:
ā
Executive summaries
ā
Real-time monitoring
ā
Simple KPI tracking
ā
Mobile-first scenarios
Design Guidelines:
- Maximum 6-8 visuals per page
- Clear visual hierarchy
- Logical grouping of related content
- Responsive design considerations
```
```
Multi-Page Report:
ā
Complex analytical scenarios
ā
Different user personas
ā
Detailed drill-down analysis
ā
Comprehensive business reporting
Page Organization:
Page 1: Executive Summary (high-level KPIs)
Page 2: Detailed Analysis (trends, comparisons)
Page 3: Operational Details (transaction-level data)
Page 4: Appendix (methodology, definitions)
```
### 2. Navigation Patterns
```
Tab Navigation:
ā
Related content areas
ā
Different views of same data
ā
User role-based sections
ā
Temporal analysis (daily, weekly, monthly)
Implementation:
- Use descriptive tab names
- Maintain consistent layout across tabs
- Highlight active tab clearly
- Consider tab ordering by importance
```
```
Bookmark Navigation:
ā
Predefined scenarios
ā
Filtered views
ā
Story-telling sequences
ā
Guided analysis paths
Best Practices:
- Create bookmarks for common filter combinations
- Use descriptive bookmark names
- Group related bookmarks
- Test bookmark functionality thoroughly
```
```
Button Navigation:
ā
Custom navigation flows
ā
Action-oriented interactions
ā
Drill-down scenarios
ā
External link integration
Button Design:
- Use consistent styling
- Clear, action-oriented labels
- Appropriate sizing for touch interfaces
- Visual feedback for interactions
```
## Interactive Features Implementation
### 1. Tooltip Design Strategy
```
Default Tooltips:
ā
Additional context information
ā
Formatted numeric values
ā
Related metrics not shown in visual
ā
Explanatory text for complex measures
Configuration:
- Include relevant dimensions
- Format numbers appropriately
- Keep text concise and readable
- Use consistent formatting
Example:
Visual: Sales by Product Category
Tooltip:
- Product Category: Electronics
- Total Sales: $2.3M (ā15% vs last year)
- Order Count: 1,247 orders
- Avg Order Value: $1,845
```
```
Report Page Tooltips:
ā
Complex additional information
ā
Mini-dashboard for context
ā
Detailed breakdowns
ā
Visual explanations
Design Requirements:
- Optimal size: 320x240 pixels
- Match main report styling
- Fast loading performance
- Meaningful additional insights
Implementation:
1. Create dedicated tooltip page
2. Set page type to "Tooltip"
3. Configure appropriate filters
4. Enable tooltip on target visuals
5. Test with realistic data
```
### 2. Drillthrough Implementation
```
Drillthrough Scenarios:
Summary to Detail:
Source: Monthly Sales Summary
Target: Transaction-level details for selected month
Filter: Month, Product Category, Region
Context Enhancement:
Source: Product Performance Metric
Target: Comprehensive product analysis
Content: Sales trends, customer feedback, inventory levels
Design Guidelines:
ā
Clear visual indication of drillthrough availability
ā
Consistent styling between source and target pages
ā
Automatic back button (provided by Power BI)
ā
Contextual filters properly applied
ā
Hidden drillthrough pages from main navigation
Implementation Steps:
1. Create target drillthrough page
2. Add drillthrough filters in Fields pane
3. Design page with filtered context in mind
4. Test drillthrough functionality
5. Configure source visuals for drillthrough
```
### 3. Cross-Filtering Strategy
```
When to Enable Cross-Filtering:
ā
Related visuals showing different perspectives
ā
Clear logical connections between visuals
ā
Enhanced analytical understanding
ā
Reasonable performance impact
When to Disable Cross-Filtering:
ā Independent analysis requirements
ā Performance concerns with large datasets
ā Confusing or misleading interactions
ā Too many visuals causing cluttered highlighting
Configuration Best Practices:
- Edit interactions thoughtfully for each visual pair
- Test with realistic data volumes and user scenarios
- Provide clear visual feedback for selections
- Consider mobile touch interaction experience
- Document interaction design decisions
```
## Visual Design and Formatting
### 1. Color Strategy
```
Color Usage Hierarchy:
Semantic Colors (Consistent Meaning):
- Green: Positive performance, growth, success, on-target
- Red: Negative performance, decline, alerts, over-budget
- Blue: Neutral information, base metrics, corporate branding
- Orange: Warnings, attention needed, moderate concern
- Gray: Inactive, disabled, or reference information
Brand Integration:
ā
Use corporate color palette consistently
ā
Maintain accessibility standards (4.5:1 contrast ratio minimum)
ā
Consider colorblind accessibility (8% of males affected)
ā
Test colors in different contexts (projectors, mobile, print)
Color Application:
Primary Color: Main brand color for key metrics and highlights
Secondary Colors: Supporting brand colors for categories
Accent Colors: High-contrast colors for alerts and callouts
Neutral Colors: Backgrounds, text, borders, inactive states
```
```
Accessibility-First Color Design:
Colorblind Considerations:
ā
Don't rely solely on color to convey information
ā
Use patterns, shapes, or text labels as alternatives
ā
Test with colorblind simulation tools
ā
Use high contrast color combinations
ā
Provide alternative visual cues (icons, patterns)
Implementation:
- Red-Green combinations: Add blue or use different saturations
- Use tools like Colour Oracle for testing
- Include data labels where color is the primary differentiator
- Consider grayscale versions of reports for printing
```
### 2. Typography and Readability
```
Font Hierarchy:
Report Titles: 18-24pt, Bold, Corporate font or clear sans-serif
Page Titles: 16-20pt, Semi-bold, Consistent with report title
Section Headers: 14-16pt, Semi-bold, Used for content grouping
Visual Titles: 12-14pt, Semi-bold, Descriptive and concise
Body Text: 10-12pt, Regular, Used in text boxes and descriptions
Data Labels: 9-11pt, Regular, Clear and not overlapping
Captions/Legends: 8-10pt, Regular, Supplementary information
Readability Guidelines:
ā
Minimum 10pt font size for data visualization
ā
High contrast between text and background
ā
Consistent font family throughout report (max 2 families)
ā
Adequate white space around text elements
ā
Left-align text for readability (except centered titles)
```
```
Content Writing Best Practices:
Titles and Labels:
ā
Clear, descriptive, and action-oriented
ā
Avoid jargon and technical abbreviations
ā
Use consistent terminology throughout
ā
Include time periods and context when relevant
Examples:
Good: "Monthly Sales Revenue by Product Category"
Poor: "Sales Data"
Good: "Customer Satisfaction Score (1-10 scale)"
Poor: "CSAT"
Data Storytelling:
ā
Use subtitles to provide context
ā
Include methodology notes where necessary
ā
Explain unusual data points or outliers
ā
Provide actionable insights in text boxes
```
### 3. Layout and Spacing
```
Visual Spacing:
Grid System: Use consistent spacing multiples (8px, 16px, 24px)
Padding: Adequate white space around content areas
Margins: Consistent margins between visual elements
Alignment: Use alignment guides for professional appearance
Visual Grouping:
Related Content: Group related visuals with consistent spacing
Separation: Use white space to separate unrelated content areas
Visual Hierarchy: Use size, color, and spacing to indicate importance
Balance: Distribute visual weight evenly across the page
```
## Performance Optimization for Reports
### 1. Visual Performance Guidelines
```
Visual Count Management:
ā
Maximum 6-8 visuals per page for optimal performance
ā
Use tabbed navigation for complex scenarios
ā
Implement drill-through instead of cramming details
ā
Consider multiple focused pages vs. one cluttered page
Query Optimization:
ā
Apply filters early in design process
ā
Use page-level filters for common filtering scenarios
ā
Avoid high-cardinality fields in slicers when possible
ā
Pre-filter large datasets to relevant subsets
Performance Testing:
ā
Test with realistic data volumes
ā
Monitor Performance Analyzer results
ā
Test concurrent user scenarios
ā
Validate mobile performance
ā
Check different network conditions
```
### 2. Loading Performance Optimization
```
Initial Page Load:
ā
Minimize visuals on landing page
ā
Use summary views with drill-through to details
ā
Apply default filters to reduce initial data volume
ā
Consider progressive disclosure of information
Interaction Performance:
ā
Optimize slicer queries and combinations
ā
Use efficient cross-filtering patterns
ā
Minimize complex calculated visuals
ā
Implement appropriate caching strategies
Visual Selection for Performance:
Fast Loading: Card, KPI, Gauge (simple aggregations)
Moderate: Bar, Column, Line charts (standard aggregations)
Slower: Scatter plots, Maps, Custom visuals (complex calculations)
Slowest: Matrix, Table with many columns (detailed data)
```
## Mobile and Responsive Design
### 1. Mobile Layout Strategy
```
Mobile-First Design Principles:
ā
Portrait orientation as primary layout
ā
Touch-friendly interaction targets (minimum 44px)
ā
Simplified navigation patterns
ā
Reduced visual density and information overload
ā
Key metrics prominently displayed
Mobile Layout Considerations:
Screen Sizes: Design for smallest target device first
Touch Interactions: Ensure buttons and slicers are easily tappable
Scrolling: Vertical scrolling acceptable, horizontal scrolling problematic
Text Size: Increase font sizes for mobile readability
Visual Selection: Prefer simple chart types for mobile
```
### 2. Responsive Design Implementation
```
Power BI Mobile Layout:
1. Switch to Mobile layout view in Power BI Desktop
2. Rearrange visuals for portrait orientation
3. Resize and reposition for mobile screens
4. Test key interactions work with touch
5. Verify text remains readable at mobile sizes
Adaptive Content:
ā
Prioritize most important information
ā
Hide or consolidate less critical visuals
ā
Use drill-through for detailed analysis
ā
Simplify filter interfaces
ā
Ensure data refresh works on mobile connections
Testing Strategy:
ā
Test on actual mobile devices
ā
Verify performance on slower networks
ā
Check battery usage during extended use
ā
Validate offline capabilities where applicable
```
## Accessibility and Inclusive Design
### 1. Universal Design Principles
```
Visual Accessibility:
ā
High contrast ratios (minimum 4.5:1)
ā
Colorblind-friendly color schemes
ā
Alternative text for images and icons
ā
Consistent navigation patterns
ā
Clear visual hierarchy
Interaction Accessibility:
ā
Keyboard navigation support
ā
Screen reader compatibility
ā
Clear focus indicators
ā
Logical tab order
ā
Descriptive link text and button labels
Content Accessibility:
ā
Plain language explanations
ā
Consistent terminology
ā
Context for abbreviations and acronyms
ā
Alternative formats when needed
```
### 2. Inclusive Design Implementation
```
Multi-Sensory Design:
ā
Don't rely solely on color to convey information
ā
Use patterns, shapes, and text labels
ā
Include audio descriptions for complex visuals
ā
Provide data in multiple formats
Cognitive Accessibility:
ā
Clear, simple language
ā
Logical information flow
ā
Consistent layouts and interactions
ā
Progressive disclosure of complexity
ā
Help and guidance text where needed
Testing for Accessibility:
ā
Use screen readers to test navigation
ā
Test keyboard-only navigation
ā
Verify with colorblind simulation tools
ā
Get feedback from users with disabilities
ā
Regular accessibility audits
```
## Advanced Visualization Techniques
### 1. Conditional Formatting
```
Dynamic Visual Enhancement:
Data Bars:
ā
Quick visual comparison within tables
ā
Consistent scale across all rows
ā
Appropriate color choices (light to dark)
ā
Consider mobile visibility
Background Colors:
ā
Heat map-style formatting
ā
Status-based coloring (red/yellow/green)
ā
Performance thresholds
ā
Trend indicators
Font Formatting:
ā
Size based on importance or values
ā
Color based on performance metrics
ā
Bold for emphasis and highlights
ā
Italics for secondary information
Implementation Examples:
Sales Performance Table:
- Green background: >110% of target
- Yellow background: 90-110% of target
- Red background: <90% of target
- Data bars: Relative performance within each category
```
### 2. Custom Visuals Integration
```
Custom Visual Selection Criteria:
Evaluation Framework:
ā
Active community support and regular updates
ā
Microsoft AppSource certification (preferred)
ā
Clear documentation and examples
ā
Performance characteristics acceptable
ā
Accessibility compliance
Due Diligence:
ā
Test thoroughly with your data types and volumes
ā
Verify mobile compatibility
ā
Check refresh and performance impact
ā
Review security and data handling
ā
Plan for maintenance and updates
Governance:
ā
Approval process for custom visuals
ā
Standard set of approved custom visuals
ā
Documentation of approved visuals and use cases
ā
Monitoring and maintenance procedures
ā
Fallback strategies if custom visual becomes unavailable
```
## Report Testing and Quality Assurance
### 1. Functional Testing Checklist
```
Visual Functionality:
ā” All charts display data correctly
ā” Filters work as intended
ā” Cross-filtering behaves appropriately
ā” Drill-through functions correctly
ā” Tooltips show relevant information
ā” Bookmarks restore correct state
ā” Export functions work properly
Interaction Testing:
ā” Button navigation functions correctly
ā” Slicer combinations work as expected
ā” Report pages load within acceptable time
ā” Mobile layout displays properly
ā” Responsive design adapts correctly
ā” Print layouts are readable
Data Accuracy:
ā” Totals match source systems
ā” Calculations produce expected results
ā” Filters don't inadvertently exclude data
ā” Date ranges are correct
ā” Business rules are properly implemented
ā” Edge cases handled appropriately
```
### 2. User Experience Testing
```
Usability Testing:
ā
Test with actual business users
ā
Observe user behavior and pain points
ā
Time common tasks and interactions
ā
Gather feedback on clarity and usefulness
ā
Test with different user skill levels
Performance Testing:
ā
Load testing with realistic data volumes
ā
Concurrent user testing
ā
Network condition variations
ā
Mobile device performance
ā
Refresh performance during peak usage
Cross-Platform Testing:
ā
Desktop browsers (Chrome, Firefox, Edge, Safari)
ā
Mobile devices (iOS, Android)
ā
Power BI Mobile app
ā
Different screen resolutions
ā
Various network speeds
```
### 3. Quality Assurance Framework
```
Review Process:
1. Developer Testing: Initial functionality verification
2. Peer Review: Design and technical review by colleagues
3. Business Review: Content accuracy and usefulness validation
4. User Acceptance: Testing with end users
5. Performance Review: Load and response time validation
6. Accessibility Review: Compliance with accessibility standards
Documentation:
ā
Report purpose and target audience
ā
Data sources and refresh schedule
ā
Business rules and calculation explanations
ā
User guide and training materials
ā
Known limitations and workarounds
ā
Maintenance and update procedures
Continuous Improvement:
ā
Regular usage analytics review
ā
User feedback collection and analysis
ā
Performance monitoring and optimization
ā
Content relevance and accuracy updates
ā
Technology and feature adoption
```
## Common Anti-Patterns to Avoid
### 1. Design Anti-Patterns
```
ā Chart Junk:
- Unnecessary 3D effects
- Excessive animation
- Decorative elements that don't add value
- Over-complicated visual effects
ā Information Overload:
- Too many visuals on single page
- Cluttered layouts with insufficient white space
- Multiple competing focal points
- Overwhelming color usage
ā Poor Color Choices:
- Red-green combinations without alternatives
- Low contrast ratios
- Inconsistent color meanings
- Over-use of bright or saturated colors
```
### 2. Interaction Anti-Patterns
```
ā Navigation Confusion:
- Inconsistent navigation patterns
- Hidden or unclear navigation options
- Broken or unexpected drill-through behavior
- Circular navigation loops
ā Performance Problems:
- Too many visuals causing slow loading
- Inefficient cross-filtering
- Unnecessary real-time refresh
- Large datasets without proper filtering
ā Mobile Unfriendly:
- Small touch targets
- Horizontal scrolling requirements
- Unreadable text on mobile
- Non-functional mobile interactions
```
Remember: Always design with your specific users and use cases in mind. Test early and often with real users and realistic data to ensure your reports effectively communicate insights and enable data-driven decision making.š” Suggested Test Inputs
Loading suggested inputs...
šÆ Community Test Results
Loading results...
š¦ Package Info
- Format
- copilot
- Type
- rule
- Category
- development
- License
- MIT