Power BI PL-300 Mock Exam Review

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

1/31

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering the Power BI PL-300 curriculum, including storage modes, DAX functions, Power Query transformations, and visualization features.

Last updated 6:09 PM on 6/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

ImportImport

The storage mode that stores data in the Power BI in-memory model and provides the fastest query performance.

2
New cards

DirectQueryDirectQuery

A storage mode that queries source data in real time and is used for large datasets or real-time reporting requirements.

3
New cards

Composite ModelComposite\ Model

A model that combines both ImportImport and DirectQueryDirectQuery storage modes.

4
New cards

Power Query EditorPower\ Query\ Editor

The component used to shape, transform, and clean data before loading it into the Power BI model.

5
New cards

Query FoldingQuery\ Folding

The process of pushing data transformations and filters back to the source systems for more efficient processing.

6
New cards

MeasureMeasure

A dynamic calculation evaluated at query time rather than being stored in the model.

7
New cards

Calculated ColumnCalculated\ Column

A column calculated during data refresh and stored permanently in the data model.

8
New cards

Fact TableFact\ Table

A central table in a star schema that typically stores transactional data and quantitative measures.

9
New cards

Dimension TableDimension\ Table

A table in a star schema used to store descriptive attributes or lookup information.

10
New cards

Star SchemaStar\ Schema

The recommended data modeling design for Power BI, consisting of a central fact table surrounded by dimension tables.

11
New cards

CALCULATE()CALCULATE()

The primary DAX function used to modify the filter context of a calculation.

12
New cards

RELATED()RELATED()

A DAX function used to retrieve values from a related table.

13
New cards

SUMX()SUMX()

An iterator DAX function that evaluates an expression row by row over a table.

14
New cards

USERPRINCIPALNAME()USERPRINCIPALNAME()

A DAX function that returns the email address or identity of the current logged-in user, often used for security.

15
New cards

DISTINCTCOUNT()DISTINCTCOUNT()

A DAX function that returns the number of unique values in a column.

16
New cards

RowLevel Security (RLS)Row-Level\ Security\ (RLS)

A feature that restricts data access at the row level based on the identity or role of the user.

17
New cards

OnPremises Data GatewayOn-Premises\ Data\ Gateway

A component used to connect on-premises data sources to the Power BI Service for scheduled data refreshes.

18
New cards

PBIXPBIX

The native file format for Power BI Desktop containing reports, the data model, and queries.

19
New cards

KPI VisualKPI\ Visual

A visual optimized for displaying progress toward a specific target or goal.

20
New cards

Waterfall ChartWaterfall\ Chart

A visual that identifies the cumulative effect of positive and negative values contributing to a total.

21
New cards

Decomposition TreeDecomposition\ Tree

An AI-powered visual used for root cause analysis and exploring data across multiple hierarchical dimensions.

22
New cards

Key Influencers VisualKey\ Influencers\ Visual

An AI feature that identifies the factors or attributes that most influence a specific metric.

23
New cards

Smart NarrativeSmart\ Narrative

An AI feature that automatically generates written summaries and narrative insights about report data.

24
New cards

DrillthroughDrillthrough

A feature allowing users to navigate from a summary report page to a detailed page while maintaining the filter context.

25
New cards

UnpivotUnpivot

A Power Query transformation that converts columns into attribute-value pairs (rows).

26
New cards

Append QueriesAppend\ Queries

A Power Query operation that combines rows from multiple tables with identical structures into a single table.

27
New cards

Merge QueriesMerge\ Queries

A Power Query operation that joins two tables based on matching columns.

28
New cards

AppApp

A Power BI Service feature used to package and distribute dashboards and reports as a unified content set to users.

29
New cards

Incremental RefreshIncremental\ Refresh

A process enabled by RangeStartRangeStart and RangeEndRangeEnd parameters to refresh only new or changed data.

30
New cards

BookmarksBookmarks

A feature that captures the current state of a report page, including filters and the visibility of visuals.

31
New cards

Query DiagnosticsQuery\ Diagnostics

A tool used to analyze and monitor the performance of Power Query transformations during refresh or authoring.

32
New cards

Table.Buffer()Table.Buffer()

A function that loads a table into memory to prevent multiple queries from repeatedly referencing the same source.