Exploring Power BI Study Fact Sheet

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards covering the Power BI ecosystem, its core engines, building blocks, and interface components as outlined in the study fact sheet.

Last updated 12:52 AM on 6/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Power BI

A Microsoft business intelligence platform used to connect to data, model it, and create interactive reports and dashboards.

2
New cards

Power BI Desktop

The free Windows application where you build reports — connect, clean, model and visualise data. Most work happens here.

3
New cards

Power BI Service

The cloud platform (app.powerbi.com) where reports are published, shared, and turned into dashboards.

4
New cards

Power BI Mobile

Apps for viewing reports and dashboards on phones and tablets.

5
New cards

Power BI Report Server

An on-premises server for hosting reports inside an organisation instead of the cloud.

6
New cards

Power Query

The data connection and transformation engine used to clean and shape data before loading. Runs on the M language.

7
New cards

M language

The functional language behind Power Query steps (usually generated by the UI, rarely typed by hand).

8
New cards

DAX (Data Analysis Expressions)

The formula language used to create measures, calculated columns and calculated tables in the model.

9
New cards

Power BI Gateway

A secure bridge that lets the Power BI Service refresh data from on-premises sources.

10
New cards

.pbix file

The Power BI Desktop file format that stores your data, model and report together.

11
New cards

Semantic model (formerly “dataset”)

The data model — tables, relationships and measures — that reports are built on.

12
New cards

Report

A multi-page, interactive collection of visuals built on one semantic model.

13
New cards

Dashboard

A single-page collection of visuals (tiles) pinned from reports — exists only in the Power BI Service, not in Desktop.

14
New cards

Report vs Dashboard

Report = multi-page, interactive, built in Desktop. Dashboard = single page of pinned tiles, only in the Service.

15
New cards

Tile

A single visual pinned to a dashboard.

16
New cards

Workspace

A collaborative container in the Service that holds reports, dashboards and datasets.

17
New cards

App

A packaged, polished set of reports/dashboards distributed to a wider audience from a workspace.

18
New cards

Report view

The default view for building visuals on the canvas.

19
New cards

Data (Table) view

Lets you see the actual rows of data inside each table.

20
New cards

Model view

Where you see tables and create/manage relationships.

21
New cards

Ribbon

The command bar across the top (Home, Insert, Modeling, View, etc.).

22
New cards

Canvas

The central area where visuals are placed and arranged on a page.

23
New cards

Fields / Data pane

Lists all tables and fields available to use in visuals.

24
New cards

Visualizations pane

Holds the chart-type icons plus field wells and format options for the selected visual.

25
New cards

Field wells

The boxes (Axis, Legend, Values, etc.) where you drag fields to build a visual.

26
New cards

Filters pane

Where filters are applied at visual, page, or report level.

27
New cards

Selection pane

Lists every object on a page to manage layering, visibility and grouping.

28
New cards

Format pane (paint-roller)

Where you change the appearance of a selected visual or page.

29
New cards

Slicer

An on-canvas filter control the user clicks to filter the report.

30
New cards

Card

A visual that displays a single headline number (often a KPI).

31
New cards

Typical workflow

Connect to data → Transform/clean (Power Query) → Model (relationships + DAX) → Visualise (build report) → Publish & share (Service).