PL-300: Prepare the Data (15-20%)

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

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:06 PM on 8/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Import

Data is cached in the Power BI model. Queries fulfilled by the cached data. Offers high performance but requires scheduled refreshes to update data.

2
New cards

Direct Query

Data is not cached. Visuals query the data source directly in real-time. This is ideal for large datasets or near real-time requirements (latency < 5 mins).

3
New cards

Dual (Composite)

A hybrid mode where tables can act as either cached or uncached. Allows Power BI to choose the most efficient path depending on the query context. Often used for dimension tables related to both Import and DirectQuery fact tables to reduce limited relationships.

4
New cards

Near Real-Time Data (Ex: Sales)

Must use DirectQuery to ensure immediate visibility of updates

5
New cards

Infrequent Refresh (Ex: SalesAggregate/Date)

Should use Import to optimize performance via caching if data updates weekly or less often.

6
New cards

Cross-Mode Relationships (Ex: Customer/Date/Geography)

Use Dual mode for dimension tables that link to both DirectQuery and Import tables to maintain high performance in visuals.

7
New cards

Microsoft Dataverse

The primary connector for data hosted in Microsoft Power Apps or Project for the web within Microsoft Teams

8
New cards

OData Feed

A generic connector used for data sources not identified in standard lists (like Cassandra via ODBC or Dynamics 365).

9
New cards

Web/SharePoint Folder

Required for Excel files stored in OneDrive or SharePoint Online to ensure data can be refreshed in the Power BI Service without an on-premises gateway.

10
New cards

Azure DevOps (Boards only)

Recommended for authenticating and filtering cloud-based Analytics views in Azure DevOps

11
New cards

Merge (Join)

Used when adding more columns from another query based on a matching key (Ex: Customers and Address via Address ID).

12
New cards

Append (Union)

Used when adding more rows from another query with the same structure (e.g., combining two identical Customer tables from different databases).

13
New cards

Inner Join

Returns only matching rows from both tables

14
New cards

Left Outer Join

Maintains all rows from the left table and matching rows from the right.

15
New cards

Unpivoting

Converts columns into attribute-value pairs to flatten data (e.g., converting yearly columns into a single "Year" column for better time-series visualization).     

16
New cards

Transposing

Swaps rows and columns.

17
New cards

Splitting Columns

Separates combined data strings (Ex: splitting a "Logged" field like 2018-12-31 at 08:59 using " at " as a delimiter to isolate Date and Time).

18
New cards

Filling Data

“Fill Down” copies a value into the blank cells below it. “Fill Up” copies a value into the blank cells above it.

19
New cards

Custom Columns

Concatenating values with mixed types (e.g., Text & Number) requires manual type conversion to avoid "Mismatched Data Types" errors

20
New cards

Column Distribution

Shows counts for "Distinct" values (total different values) and "Unique" values (values appearing exactly once).

21
New cards

Column Quality

Displays the percentage of data that is "Valid", "Error", or "Empty".

22
New cards

Column Profile

Shows a summary of the data in a column