0
0
Power BIbi_tool~5 mins

Calculated columns vs measures in Power BI - Quick Revision & Key Differences

Choose your learning style9 modes available
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?
AThey are calculated once and stored in the data model.
BThey calculate results dynamically based on filters.
CThey cannot be used in slicers or filters.
DThey only work with numeric data.
What is a key advantage of using measures over calculated columns?
AMeasures are stored in the data model for each row.
BMeasures require more memory than calculated columns.
CMeasures cannot be used in visuals.
DMeasures calculate results dynamically based on user interaction.
When would you prefer a calculated column over a measure?
AWhen you need a value for each row to create relationships or filters.
BWhen you want to aggregate data dynamically.
CWhen you want to reduce data model size.
DWhen you want to calculate totals only.
Which statement about measures is FALSE?
AMeasures respond to slicers and filters.
BMeasures can be used in charts and tables.
CMeasures calculate values for each row individually.
DMeasures are not stored in the data model as columns.
What happens when you add a calculated column to your data model?
AIt cannot be used in visuals.
BIt increases the size of the data model.
CIt creates a dynamic calculation based on filters.
DIt reduces the data 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.