PL-300: Model the Data (25-30%)

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/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:42 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

18 Terms

1
New cards

Fact Tables

Contain transactional, measurable data (e.g., Test Results, Sales)

2
New cards

Dimension Tables

Contain descriptive attributes (e.g., Date, Product, Customer)

3
New cards
4
New cards

CALCULATE

Evaluates an expression in a modified filter context.

5
New cards

SAMEPERIODLASTYEAR

Returns a set of dates in the same period from the previous year.  

6
New cards

TOTALYTD

Calculates the sum from the start of the year to the selected date (Ex:TOTALYTD(Sales[Amount],Date[Date] )

7
New cards

DATESBETWEEN

Creates a range between two dates, useful for rolling totals (e.g., a 31-day rolling average).

8
New cards

TOPN

Returns the top N rows based on an expression (TOPN(8,Product,[Sales],DESC)TOPN(8,Product,[Sales],DESC) ).     

9
New cards

DIVIDE

Recommended for divisions to handle zero-denominator errors gracefully

10
New cards

PATHLENGTH

Used in parent-child hierarchies to count the number of levels from an item to the top node (e.g., Employee to CEO).

11
New cards

USERELATIONSHIP

Explicitly specifies which inactive relationship to use in a measure

12
New cards

Column Management

Remove unused columns to reduce the memory footprint. VertiPaq compression performs better with fewer unique values (low cardinality)

13
New cards

Data Types

Change "Text" numbers to "Whole Number" or "Decimal" types for better compression and speed

14
New cards

Date/Time

Split Date and Time into separate columns to improve compression by increasing the count of repeated values.

15
New cards

Decomposition Tree

An AI visual for ad-hoc exploration across multiple dimensions.

16
New cards

Key Influencers

Identifies factors that drive a specific metric (e.g., what drives high Spend).     

17
New cards

High-Density Sampling

Improves scatter plot performance by capturing underlying patterns in massive datasets (e.g., 10 million rows).

18
New cards

Performance Analyze

A tool in Desktop to measure the duration of DAX queries and visual display times.