MENU
Donate

Free ebook

Free ebook: Conditional Formatting Mastery

Everything you need to know about Excel's conditional formatting: highlight rules, top/bottom rules, data bars, color scales, icon sets, formula-based rules, managing and debugging rules, and real-world use cases. Hands-on examples throughout.

Get the ebook

Course path

Turn this into a course path

Power Query strings lessons like this one into a structured, intermediate-friendly path.

View course path

Free tools

There's a free tool for this

Formula builder, formula explainer, CSV cleaner, and 8 more browser tools — no upload, no sign-up.

Browse free tools

Templates & data

Want to practice this yourself?

Free .xlsx templates and practice datasets — direct download, no sign-up.

Browse templates & datasets

Tip

Looking for something specific?

Search finds functions, articles, courses, and directory entries from one box — the icon lives in the header.

Try search
=ARTICLES

Power Query refresh checklist

=YOUTUBE

Watch alongside this article

Public YouTube resources matched to this article's topic, functions, and practice goal.

video / Intermediate

Learn to Automate Everything with Power Query in Excel (Download Files)

Leila Gharani

Open on YouTube (opens in a new tab)
Leila Gharani

Loading preview…

Power Query is powerful because it repeats cleanup steps. That also means a bad source file can repeat problems very quickly.

Check the source

Before refreshing, confirm:

  • The file path still exists
  • The expected sheet or table name is present
  • New files follow the same layout
  • Required columns have not been renamed

Review data types

Dates, amounts, percentages, and IDs can import incorrectly. Check the Changed Type step and make sure important columns are treated correctly.

Look for errors

After refreshing, scan for error rows. Errors often come from unexpected blanks, text in number columns, or new categories that were not part of the original design.

Validate totals

Compare row counts and totals against the source system. A refresh is only useful if the result still matches reality.

=PRACTICE

Go deeper with this skill

Create a repeatable cleanup and refresh process instead of doing the same manual edits every month. For this article, the goal is to practice: Check source files, column names, data types, errors, and load settings before trusting a Power Query refresh.

Practice workbook setup

Use a raw export with extra columns, inconsistent text, blanks, or repeated monthly files.

Practice workflow

  1. Import the data into Power Query and rename every meaningful step.
  2. Remove columns only after confirming they are not needed downstream.
  3. Set data types deliberately for dates, numbers, IDs, and text.
  4. Load the cleaned result to a table and refresh it after changing the source.

Quality checks

  • Applied steps are named clearly enough to review later.
  • Data types are correct before loading the result.
  • Refresh works without manual cleanup in the worksheet.

Common mistakes

  • Editing the loaded table instead of the query steps.
  • Removing columns before checking whether reports depend on them.
  • Ignoring errors caused by new values or changed source headers.

Next actions

  • Create a small refresh checklist and keep it beside the report.
  • Try combining two files or appending a new month to test repeatability.

Formula focus: even if this workflow is not formula-heavy, add one check cell that confirms the final output still matches the source data.