Question
How does a Power BI measure differ from a calculated column?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A measure is evaluated at query time in filter context, while a calculated column is stored per row after refresh
Explanation:
Measures respond dynamically to report filters and aggregate over model data.
Calculated columns are computed row by row and consume model storage.
Leave a Reply