Glossary · Data & Analytics

Microsoft Power BI Data Analyst (PL-300) Glossary

intermediate

A free Microsoft Power BI Data Analyst (PL-300) glossary: core terms (Power Query, DAX, star schema, measure, RLS) defined in plain English for study.

By The Exam Atlas Editorial Team · Verified 2026-06-06

Plain-English definitions of the core Power BI terms for PL-300 study. Simplified for learning; Microsoft documentation is authoritative.

TermDefinition
Power BI DesktopThe free authoring app where you prepare, model and build reports.
Power QueryThe data-preparation engine for cleaning, transforming and combining data.
MThe language behind Power Query transformations (mostly generated for you).
Applied StepsThe ordered list of transformations Power Query records and replays on refresh.
AppendStacking the rows of two queries with the same columns.
MergeJoining two queries on a matching key, like a SQL join.
Data modelThe connected set of tables, relationships and measures behind a report.
Star schemaThe recommended model shape: fact tables surrounded by dimension tables.
Fact tableA table of events or transactions (the numbers you measure).
Dimension tableA table of descriptive attributes (who, what, when, where).
RelationshipA link between two tables, defining how filters flow.
CardinalityThe relationship type: one-to-many, one-to-one or many-to-many.
DAXData Analysis Expressions - the formula language for measures and columns.
MeasureA DAX calculation evaluated at query time, used for aggregations.
Calculated columnA DAX value computed per row and stored at refresh.
Filter contextThe set of filters acting on a measure when it is evaluated.
Time intelligenceDAX patterns for periods (year-to-date, prior year, and similar).
VisualA chart, table, card or map placed on a report page.
SlicerAn on-canvas control that filters the report for the viewer.
Drill-throughNavigation to a detail page filtered to the selected item.
BookmarkA saved state of a report page (filters, selection, visibility).
WorkspaceA container in the Power BI service for collaborating on content.
Dataset (semantic model)The published data model that reports connect to.
Scheduled refreshAutomatic updates of a dataset from its source on a timetable.
GatewayA bridge that lets the Power BI service reach on-premises data.
Row-level security (RLS)DAX roles that restrict which rows each user can see.

Sources