Recall & Review
beginner
What is a calculated column in Power BI?
A calculated column is a new column added to a table using a formula. It is computed row by row when data is loaded or refreshed and stored in the data model.
Click to reveal answer
beginner
What is a measure in Power BI?
A measure is a calculation used to aggregate data dynamically based on filters or slicers. It is computed on the fly when you interact with reports.
Click to reveal answer
intermediate
When should you use a calculated column instead of a measure?
Use a calculated column when you need a value for each row that can be used in slicers, filters, or relationships. For example, categorizing data by a new label.
Click to reveal answer
intermediate
How do measures improve report performance compared to calculated columns?
Measures calculate results only when needed and based on current filters, so they use less memory and can be faster than calculated columns which store data for every row.
Click to reveal answer
beginner
Can a measure be used in a table visual like a calculated column?
Yes, measures can be used in table visuals but they show aggregated results based on the current filter context, not row-by-row values like calculated columns.
Click to reveal answer
Which of the following is true about calculated columns?
✗ Incorrect
Calculated columns are computed once during data refresh and stored in the model for each row.
What is a key advantage of using measures over calculated columns?
✗ Incorrect
Measures calculate results on the fly depending on filters and slicers, making reports more flexible.
When would you prefer a calculated column over a measure?
✗ Incorrect
Calculated columns provide row-level values useful for filtering and relationships.
Which statement about measures is FALSE?
✗ Incorrect
Measures calculate aggregated results, not row-by-row values.
What happens when you add a calculated column to your data model?
✗ Incorrect
Calculated columns add data for each row, increasing the model size.
Explain the main differences between calculated columns and measures in Power BI.
Think about when calculations happen and how results are stored or displayed.
You got /4 concepts.
Describe a scenario where you would choose a calculated column instead of a measure.
Consider when you want to slice or filter data by a new attribute.
You got /3 concepts.