0%
DQDigital Qasas Guides/Power BI: From Basics to Intermediate
Sign inBrowse courses
  • What is Power BI?
  • Install & tour the interface
  • The Power BI workflow
  • Connecting & cleaning data
  • Relationships & the star schema
  • Modelling best practices
  • Measures: your first DAX
  • CALCULATE & filter context
  • Time intelligence (YTD & prior year)
  • Build & share your report
Loading & shaping data

Connecting & cleaning data

Last updated 7 June 2026

Free sample · unlock the rest of this guide.

Connect to a source

Click Get data and pick a source — Excel, CSV, a database, a web page. Power BI imports a copy and remembers the connection so you can refresh later.

Power Query: clean before you model

After connecting, the Power Query Editor opens. Every step you apply here is recorded and re-run on each refresh — so you clean once, and it stays clean.

The transforms you'll use most

  • Set correct data types (dates as dates, numbers as numbers).
  • Remove unneeded columns and blank rows.
  • Split or merge columns.
  • Filter out rows you don't need.

Good habits here save hours later. A clean, well-typed table makes every measure and visual simpler.

This page is a free preview. The rest of the guide — modelling, DAX, and sharing — is part of the paid guide.
← PreviousThe Power BI workflowNext →Relationships & the star schema
Pairs well with
Data PrepModelingDAX / Calculati…VisualizationAnalysisStorytelling
Power BI Basics

This is strong on Data Prep; Power BI Basics adds Data Prep. Together they cover the full workflow.

This Power BI Basics
Explore guide →
On this page
  • Connect to a source
  • Power Query: clean before you model
  • The transforms you'll use most