powerbi-report-design

Generate Power BI report design contracts covering tone, archetypes, charts, layout, and accessibility.

Updated Aug 19, 2026
One-click install
npx skills add https://github.com/paulasilvatech/Fabric-Agentic-SDLC --skill powerbi-report-design-paulasilvatech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: powerbi-report-design
Source: https://github.com/paulasilvatech/Fabric-Agentic-SDLC/tree/main/.github/skills/powerbi-authoring/skills/powerbi-report-design
Command: npx skills add https://github.com/paulasilvatech/Fabric-Agentic-SDLC --skill powerbi-report-design-paulasilvatech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Power BI reports often ship with generic layouts, wrong chart types, poor color choices, and accessibility failures. This Skill produces a concrete, validated design contract before any PBIR files are written, so reports have a deliberate visual identity instead of templated defaults. ## Core Features & Use Cases - Design Identity & Archetype Routing: Commits a tone and signature visual move, then routes each page to one of five archetypes (Executive Summary, Operational Monitor, Analytical Canvas, Narrative Story, Comparative Benchmark) with layout variants selected from data signals. - Chart, Layout & Theme Guidance: Applies an encoding-hierarchy chart selection matrix, 8-px grid layout rules, color/typography strategy, and a base theme JSON with per-visual-type safeguards. - Canonical Design Brief Handoff: Emits a structured YAML design contract with a mechanical layout_contract (regions, placements, space_audit) consumed by the powerbi-report-authoring skill for implementation. - Use Case: Ask to redesign an existing dashboard to match your brand. The Skill screenshots current pages, diagnoses anti-patterns, captures current and target tone, and emits a brownfield redesign brief ready for authoring. ## Quick Start Design a professional Power BI executive summary report from my semantic model and produce a design brief for implementation.

Frequently Asked Questions about powerbi-report-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a professional Power BI report layout?▼

Start by inspecting the semantic model, then commit a tone and signature, route each page to an archetype (Executive, Operational, Analytical, Narrative, or Comparative), and pick a layout variant from data signals. The result is a Design Brief YAML with a grid-based layout_contract handed to the authoring skill.

How to choose the right chart type for a Power BI dashboard?▼

Match the chart to the analytical question, not the data type: horizontal bars for comparison, line charts for trends, scatter for relationships, and cards for single KPIs. Respect the encoding hierarchy (position, length, angle, area, hue) and cardinality limits such as five slices maximum for pie charts.

Does this skill write or edit Power BI PBIR files?▼

No. This skill only decides what a report should look like and why, producing a design contract. All file mechanics such as page creation, theme registration, expression encoding, and validation are handed off to the powerbi-report-authoring skill.

Can I redesign or apply a brand to an existing Power BI report?▼

Yes. Brownfield mode screenshots all existing pages, diagnoses them against the anti-patterns catalog and pre-flight checklist, captures current and target tone, and emits a redesign brief listing specific deltas while preserving bookmarks and conditional-formatting logic.

What accessibility requirements does Power BI report design check?▼

It enforces WCAG 2.1/2.2 criteria: 4.5:1 contrast for body text, 3:1 for non-text elements, insight-driven alt text on every visual, keyboard-navigable tab order, 24x24px minimum touch targets, and color-vision-deficiency-safe palettes such as Okabe-Ito or viridis.

When should I use powerbi-report-planning instead of this skill?▼

Use powerbi-report-planning for end-to-end requirements gathering, approval, and build sequencing of a report project. Use this skill specifically for visual design decisions: tone, archetypes, chart types, layout, color, typography, and the design contract.