

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: Star Schema
incomplete
2: Calculated Columns
incomplete
3: Handle Discounts
incomplete
4: Cards
incomplete
5: Measures
incomplete
6: Multi-Value Cards
incomplete
7: Managing Relationships
incomplete
8: Cardinality and Cross Filters
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Calculated columns and measures both perform calculations, but they're quite different.
A "calculated column" is stored in your model and evaluated for each row in a table. A "measure" is calculated on the fly as a total, updating dynamically as you interact with your report.
Columns are row-by-row; measures are context-by-context.
total_revenue = SUM(sales[discounted_price])
Notice that this doesn't generate an entire column of data – the measure represents a single aggregated value!
Save the project and, from the course directory, submit the CLI tests.