← 返回
数据分析

Excel weekly dashboards at scale

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仪表盘(含Power Query、结构化表格、数据验证及透视表)。适用于需要从文件更新且仅需极少手动操作的每周KPI工作簿。
kowl64
数据分析 clawhub v1.0.0 1 版本 98287.5 Key: 无需
★ 4
Stars
📥 8,529
下载
💾 2,046
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 10:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 162 📥 59,642
developer-tools

n8n workflow automation

kowl64
设计并输出具有强大触发器、幂等性、错误处理、日志记录、重试机制和人工审核队列的n8n工作流JSON。当需要可审计的自动化流程且不会无声失败时使用。
★ 154 📥 33,216
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,827