Power BI Course
Power BI Interface
Knowing where everything lives in Power BI Desktop before you start connecting data is the difference between working confidently and constantly hunting for the right button — this lesson gives you a complete map of the entire interface.
The Full Interface at a Glance
When you open Power BI Desktop with a report loaded, the interface is divided into six distinct zones. Every single task you perform in Power BI happens inside one of these zones. Learn their names now — this lesson references them by name from here on.
Zone 1 — The Title Bar and Account Area
The very top of the window shows the file name of the currently open report on the left and your account information on the right. This is also where you manage your sign-in status and access the notification centre.
- File name — shows the name of the currently open .pbix file. An asterisk (*) next to it means you have unsaved changes.
- Account avatar — click it to see your sign-in details, switch accounts, or access licence information.
- Notification bell — shows alerts about data refresh failures, feature announcements, and system messages from Power BI.
Zone 2 — The Ribbon
The ribbon runs below the title bar and contains all the main commands organised into tabs. The tabs available change slightly depending on which view you are in and whether a visual is selected on the canvas. Here is what each tab contains.
Zone 3 — The View Switcher Bar
The narrow vertical bar on the far left of the window is the View Switcher. It contains icons that take you to completely different workspaces inside Power BI Desktop. You will click these icons constantly throughout your work.
Zone 4 — The Report Canvas
The canvas is the large white area in the centre of the interface. It is your design surface — this is where every chart, table, card, slicer, and button lives. Understanding how the canvas works is essential before you place your first visual.
Zone 5 — The Visualizations Pane
The Visualizations pane sits on the right side of the interface. It is the control panel for whichever visual is currently selected on the canvas. It has three sub-tabs — Build, Format, and Analytics — each doing a completely different job.
Zone 6 — The Data Pane
The Data pane is the panel directly below the Visualizations pane on the right side. It lists every table and column in your data model. You interact with it constantly — every time you want to add a field to a visual, you drag it from here.
A number column that Power BI can SUM, AVERAGE, COUNT etc. When you drag this into a visual it will aggregate automatically.
Power BI recognises date columns and enables time intelligence features like drill-down from year to month to day.
A column containing text values such as Region, Product Name, or Category. Used on axes and as legends or filters.
This column is being used as the join key in a table relationship. The icon helps you see your model structure at a glance.
A calculated measure you wrote yourself using DAX. These do not exist as actual columns in the table — they are calculated on the fly when used in a visual.
A column Power BI has recognised as a geography type — Country, City, Postcode etc. Enables map visuals automatically.
The Filters Pane
The Filters pane sits alongside the Visualizations and Data panes on the right side and can be toggled open using the funnel icon. It has three levels of filtering — understanding all three is essential for controlling what data appears in your report.
The Status Bar
The thin bar at the very bottom of the Power BI Desktop window is the Status Bar. It is easy to overlook but it shows useful live information about your report and model.
Keyboard Shortcuts You Will Use Every Day
Learning these shortcuts early saves significant time. Power BI shares many shortcuts with other Microsoft Office products, so they will feel familiar.
GENERAL
Ctrl + S → Save the report
Ctrl + Z → Undo last action
Ctrl + Y → Redo
Ctrl + C / V → Copy / Paste selected visual
Ctrl + D → Duplicate selected visual
Delete → Remove selected visual
NAVIGATION
Ctrl + Page Up → Go to previous report page
Ctrl + Page Down → Go to next report page
Tab → Move focus to next visual on canvas
Shift + Tab → Move focus to previous visual
VIEW
Ctrl + Shift + F → Toggle full screen canvas
Ctrl + = → Zoom in on canvas
Ctrl + - → Zoom out on canvas
Ctrl + Shift + H → Toggle the Filters pane
DAX EDITOR
Tab → Auto-complete suggestion
Ctrl + Space → Trigger IntelliSense
Ctrl + Enter → Confirm and apply measure
Escape → Cancel editing without saving
Teacher's Note: Power BI Desktop does not auto-save. Unlike Excel which prompts you when closing, Power BI will sometimes just close if it crashes — and it does crash occasionally, especially with large datasets. Make it a habit to hit Ctrl + S every few minutes. One lost hour of work is enough for anyone to learn this lesson the hard way.
Practice
Practice 1 of 3
The right-side panel in Power BI Desktop that lets you choose the visual type and drag fields into X Axis, Y Axis, and Legend is called the ___ pane.
Practice 2 of 3
In the Filters pane, a filter set at the "Filters on all ___" level will apply to every visual on every page in the entire report.
Practice 3 of 3
The keyboard shortcut to save a report in Power BI Desktop is Ctrl + ___.
Lesson Quiz
Quiz 1 of 3
A column in the Data pane showing a ∑ symbol means which of the following?
Quiz 2 of 3
You want to add a trend line to a line chart in Power BI. Which sub-tab of the Visualizations pane would you use?
Quiz 3 of 3
You want to filter the entire report so that a client only sees data for their region — on every page and every visual. Which filter level in the Filters pane should you use?
Next up — Lesson 6 shows you how to connect Power BI Desktop to your first real data source by getting data from Excel and CSV files, including how to handle common issues that come up during the import process.