9.1 What Power BI is
Microsoft Power BI is a business-intelligence platform for analysing, visualising and sharing data. You connect it to one or more sources, transform and clean the information into a structured model, then present it through interactive charts and graphs.
| Version | What it's for | Where it runs | Cost |
|---|---|---|---|
| Power BI Desktop | Building and designing reports — this is what you'll use all semester | Installed on your computer | Free |
| Power BI Service | Publishing, viewing, sharing and collaborating | In the cloud | Requires a Pro licence |
Download Power BI Desktop from microsoft.com/power-bi/desktop and install it before class. Sign in with your UiTM student email. This gives you a basic account — not a Pro licence, which is all you need for this course.
On a Mac? Power BI Desktop is Windows-only. Use a lab PC, or run Windows through Boot Camp, Parallels or a virtual machine. Sort this out early — don't discover it in the lab.
9.2 Import your data
- Open Power BI Desktop. When asked whether to import data or start fresh, choose Start with a blank report.
- Home ▸ Get data ▸ Excel workbook → choose Week 9 Examples (Budget & Cars).
- In the Navigator window, tick the worksheets you want — select all sheets for this exercise.
- Click Load to import as-is, or Transform Data to clean it first.
9.3 Power Query — clean before you load
Transform Data opens Power Query, where you prepare data before it reaches your report. It's the Power BI equivalent of the cleaning you did by hand in Week 5 — except every step is recorded and repeatable.
| Common transform | What it fixes |
|---|---|
| Use first row as headers | Column names imported as data. |
| Change type | Numbers or dates that arrived as text and won't chart properly. |
| Remove columns / rows | Fields you don't need, or blank rows at the top. |
| Remove duplicates | Repeated records inflating your totals. |
| Replace values | Inconsistent spellings — the “Selangor / SELANGOR / Selangorr” problem from Week 5. |
| Split column | Two pieces of information stuck in one field. |
- Make your edits in Power Query — each one appears in Applied Steps on the right.
- Click Close & Apply to send the cleaned data into your report.
9.4 Finding your way around
Three panels do most of the work, and you'll use them in this order every single time:
Data
Your tables and fields. Tick a field here to start a visual — Power BI makes a first guess at the chart type.
Visualizations
The chart gallery. Click an icon to change type, and drag fields into the wells (X-axis, Y-axis, Legend, Values).
Format visual
The paintbrush icon. Titles, legends, data labels, colours, gridlines — everything from Chapter 2 lives here.
Desktop to build (free), Service to publish (Pro). Get data → clean it in Power Query → Close & Apply. Then: tick fields in Data, pick the chart in Visualizations, tidy it in Format visual.