Domain 4 β€” Module 6 of 8 75%
25 of 27 overall
Domain 4: Analytics on Azure Free ⏱ ~12 min read

Power BI: See Your Data

Power BI is Microsoft's business intelligence platform. It turns raw data into interactive dashboards, reports, and insights that anyone can understand.

What is Power BI?

Simple explanation

Power BI turns numbers into pictures that tell a story.

Imagine Priya has a spreadsheet with 10 million rows of sales data. Nobody wants to read that. But a bar chart showing β€œAuckland outsells Wellington by 20%” β€” that’s useful. Power BI makes those pictures from the raw numbers.

It’s the final stage of the data journey: data is collected, stored, processed, and then visualised in Power BI so people make decisions.

Power BI components

ComponentWhat It IsWho Uses It
Power BI DesktopFree Windows app for building reportsReport authors (Priya)
Power BI ServiceCloud service for sharing and collaborationEveryone
Power BI MobileiOS/Android apps for viewing on the goManagers, executives
Power BI EmbeddedAPIs for embedding reports in custom appsDevelopers

The Power BI workflow

  1. Connect β€” Link to data sources (databases, files, cloud services)
  2. Transform β€” Clean and shape data using Power Query
  3. Model β€” Create relationships, define measures and calculations
  4. Visualise β€” Build charts, tables, maps on a report canvas
  5. Share β€” Publish to the Service, share dashboards, schedule refresh

Key capabilities

CapabilityDescription
100+ connectorsSQL, Excel, SharePoint, Fabric, Dynamics, SAP
Power QueryTransform data without coding β€” clean, reshape, merge
DAXData Analysis Expressions β€” a formula language for creating calculated measures (like SUM, AVERAGE) that respond to filters
Natural language Q&AAsk questions in plain English and get a visual answer
Row-level security (RLS)Restrict data so users only see rows relevant to their role (e.g., regional managers see only their region)
Scheduled refreshAuto-update data on a schedule
Copilot in Power BIAI-assisted report creation
Dashboards vs reports
  • Report: Multi-page canvas with interactive visuals. Created in Desktop.
  • Dashboard: Single-page pinned tiles from reports. Created in the Service.

Reports are the detailed document. Dashboards are the executive summary.

Exam tip: Power BI capabilities
  • β€œTransform data” β†’ Power Query
  • β€œCalculated measures” β†’ DAX
  • β€œAsk in plain English” β†’ Q&A
  • β€œShare with org” β†’ Power BI Service
  • β€œRestrict data by role” β†’ Row-level security

Flashcards

Question

What is Power BI?

Click or press Enter to reveal answer

Answer

Microsoft's BI platform for data visualisation. Components: Desktop (build), Service (share), Mobile (view on the go).

Click to flip back

Question

What is Power Query?

Click or press Enter to reveal answer

Answer

The data transformation engine. Connects to sources, lets you clean/reshape/filter data visually β€” no coding needed.

Click to flip back

Question

Report vs dashboard in Power BI?

Click or press Enter to reveal answer

Answer

Report: multi-page detailed canvas (Desktop). Dashboard: single-page pinned KPI tiles (Service).

Click to flip back

Knowledge check

Knowledge Check

Priya builds an 8-page sales analysis. Executives want a one-page KPI summary. What should she create?

Knowledge Check

Regional managers should only see their region's data. Which feature?

Next up: Data Models in Power BI β€” the structure behind great dashboards.