power-query-coaching

Guide step-by-step Power Query UI transformations to clean analysis-ready data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ThepExcel/agent-skills --skill power-query-coaching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: power-query-coaching
Source: https://github.com/ThepExcel/agent-skills/tree/main/power-query-coaching
Command: npx skills add https://github.com/ThepExcel/agent-skills --skill power-query-coaching

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Power Query Coach helps users transform messy, inconsistent data into clean, analysis-ready formats using the Power Query UI. It diagnoses structural issues, visualizes the ideal data state, and guides step-by-step transformations to ensure reproducible results.

Core Features & Use Cases

  • Diagnoses common data structure problems (wide formats, multi-row headers, grouped data) and explains impact.
  • Visualizes the target long-format structure and provides an actionable transformation plan.
  • Guides UI-driven steps (fill down, unpivot/pivot, type corrections, date locale) with best practices.
  • Use cases include cleaning exported reports, preparing data for Pivot Tables or Power BI, and building repeatable ETL workflows.

Quick Start

Use Power Query to transform a messy dataset into a clean, analysis-ready table by filling down merged/blank cells, unpivoting wide data to long format, and setting proper data types with locale-aware date handling.

Frequently Asked Questions about power-query-coaching

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

FAQPage Schema
How do I clean messy exported reports and unpivot wide data into a long format in Power Query?

To clean messy exported reports in Power Query, you fill down blank cells, unpivot wide columns into a long format, and correct data types. This transforms inconsistent data into an analysis-ready table for Pivot Tables or Power BI.

Why does my Power Query fill down feature leave blank cells when transforming grouped data?

Power Query fill down leaves blank cells when grouped data lacks a stable anchor column. You must sort by a reliable identifier first, then apply fill down to ensure merged or blank cells propagate correctly down the table.

What is the best way to fix date locale errors and type mismatches during data cleaning in Power Query?

The best way to fix date locale errors in Power Query is to use the type correction feature with locale-aware settings. This ensures dates and numbers parse correctly according to regional formats before loading into your workflow.

Can I build reproducible ETL workflows in Power Query that automatically clean multi-row headers?

Yes, you can build reproducible ETL workflows in Power Query to clean multi-row headers. By promoting headers and removing top rows, the applied steps repeat automatically whenever you refresh the data source.

Does Power Query work with both Excel and Power BI for transforming inconsistent data structures?

Yes, Power Query works with both Excel and Power BI for transforming inconsistent data structures. It provides the same UI-driven step logic to diagnose structural issues and output clean tables across both platforms.

When should I not use Power Query for data transformation tasks?

You should not use Power Query for data transformation when dealing with highly nested JSON APIs requiring custom code, or when you need real-time streaming data processing outside the boundaries of scheduled Excel or Power BI refreshes.