Excel Weekly Dashboard

by openclaw

design

Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting). Use when you need a repeatable weekly KPI workbook that updates from files with minimal manual work.

Skill Details

Repository Files

4 files in this skill directory


name: excel-weekly-dashboard description: Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting). Use when you need a repeatable weekly KPI workbook that updates from files with minimal manual work.

Excel weekly dashboards at scale

PURPOSE

Designs refreshable Excel dashboards (Power Query + structured tables + validation + pivot reporting).

WHEN TO USE

  • TRIGGERS:
    • Build me a Power Query pipeline for this file so it refreshes weekly with no manual steps.
    • Turn this into a structured table with validation lists and clean data entry rules.
    • Create a pivot-driven weekly dashboard with slicers for year and ISO week.
    • Fix this Excel model so refresh does not break when new columns appear.
    • Design a reusable KPI pack that updates from a folder of CSVs.
  • DO NOT USE WHEN…
    • You need advanced forecasting/valuation modeling (this skill is for repeatable reporting pipelines).
    • You need a BI tool build (Power BI/Tableau) rather than Excel.
    • You need web scraping as the primary ingestion method.

INPUTS

  • REQUIRED:
    • Source data file(s): CSV, XLSX, DOCX-exported tables, or PDF-exported tables (provided by user).
    • Definition of ‘week’ (ISO week preferred) and the KPI fields required.
  • OPTIONAL:
    • Data dictionary / column definitions.
    • Known “bad data” patterns to validate (e.g., blank PayNumber, invalid dates).
    • Existing workbook to refactor.
  • EXAMPLES:
    • Folder of weekly CSV exports: exports/2026-W02/*.csv
    • Single XLSX dump with changing columns month to month

OUTPUTS

  • If asked for plan only (default): a step-by-step build plan + Power Query steps + sheet layout + validation rules.
  • If explicitly asked to generate artifacts:
    • workbook_spec.md (workbook structure and named tables)
    • power_query_steps.pq (M code template)
    • refresh-checklist.md (from assets/) Success = refresh works after adding a new week’s files without manual edits, and validation catches bad rows.

WORKFLOW

  1. Identify source type(s) (CSV/XLSX/DOCX/PDF-export) and the stable business keys (e.g., PayNumber).
  2. Define the canonical table schema:
    • required columns, types, allowed values, and “unknown” handling.
  3. Design ingestion with Power Query:
    • Prefer Folder ingest + combine, with defensive “missing column” handling.
    • Normalize column names (trim, case, collapse spaces).
  4. Design cleansing & validation:
    • Create a Data_Staging query (raw-normalized) and Data_Clean query (validated).
    • Add validation columns (e.g., IsValidPayNumber, IsValidDate, IssueReason).
  5. Build reporting layer:
    • Pivot table(s) off Data_Clean
    • Slicers: Year, ISOWeek; plus operational dimensions
  6. Add a “Refresh Status” sheet:
    • last refresh timestamp, row counts, query error flags, latest week present
  7. STOP AND ASK THE USER if:
    • required KPIs/columns are unspecified,
    • the source files don’t include any stable key,
    • week definition/timezone rules are unclear,
    • PDF/DOCX tables are not reliably extractable without a provided export.

OUTPUT FORMAT

When producing a plan, use this template:

WORKBOOK PLAN
- Sheets:
  - Data_Staging (query output)
  - Data_Clean (query output + validation flags)
  - Dashboard (pivots/charts)
  - Refresh_Status (counts + health checks)
- Canonical Schema:
  - <Column>: <Type> | Required? | Validation
- Power Query:
  - Query 1: Ingest_<name> (Folder/File)
  - Query 2: Clean_<name>
  - Key transforms: <bullets>
- Validation rules:
  - <rule> -> <action>
- Pivot design:
  - Rows/Columns/Values
  - Slicers

If asked for artifacts, also output:

  • assets/power-query-folder-ingest-template.pq (adapted)
  • assets/refresh-checklist.md

SAFETY & EDGE CASES

  • Read-only by default: provide a plan + snippets unless the user explicitly requests file generation.
  • Never delete or overwrite user files; propose new filenames for outputs.
  • Prefer “no silent failure”: include row-count checks and visible error flags.
  • For PDF/DOCX sources, require user-provided exported tables (CSV/XLSX) or clearly mark extraction risk.

EXAMPLES

  • Input: “Folder of weekly CSVs with PayNumber/Name/Date.”
    Output: Folder-ingest PQ template + schema + Refresh Status checks + pivot dashboard plan.

  • Input: “Refresh breaks when new columns appear.”
    Output: Defensive missing-column logic + column normalization + typed schema plan.

Related Skills

Team Composition Analysis

This skill should be used when the user asks to "plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equity allocation", or requests organizational design and headcount planning for a startup.

artdesign

Kpi Dashboard Design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

designdata

Sql Optimization Patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

designdata

Senior Data Scientist

World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.

designtestingdata

Mermaid Diagrams

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts,

artdesigncode

Ux Researcher Designer

UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.

designtestingtool

Supabase Postgres Best Practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

designdata

Kpi Dashboard Design

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

designdata

Sql Optimization Patterns

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

designdata

Dashboard Design

USE THIS SKILL FIRST when user wants to create and design a dashboard, ESPECIALLY Vizro dashboards. This skill enforces a 3-step workflow (requirements, layout, visualization) that must be followed before implementation. For implementation and testing, use the dashboard-build skill after completing Steps 1-3.

designtestingworkflow

Skill Information

Category:Creative
Last Updated:1/17/2026