Calculated Columns & Measures in Power BI

Gabriel Madichie 100 Reputation points
2025-01-28T09:24:41.26+00:00

Hi, I would like to know - what exactly are the key differences between calculated columns and measures?

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
562 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Syed Saleem Peera 11,005 Reputation points Microsoft Vendor
    2025-01-28T12:03:41.0366667+00:00

    Hi Gabriel Madichie,

    Thank you for reaching out on the Microsoft Q&A forum.

    In Power BI, calculated columns and measures are both used to create custom calculations, but they serve different purposes and behave differently:

    1. Calculated Columns: These are used for row-level calculations, where the result is stored in the data model. They take up memory and are calculated when the data is loaded or refreshed.
    2. Measures: These are used for aggregations (like SUM, AVERAGE) and are calculated dynamically based on the context of your report (filters, slicers). Measures don’t store data and don’t take up memory.

    If you are still facing any issue, please let us know in the comments and where you are encountering this error along with the screenshot for reference. We are glad to help you.

    If the information is helpful, please Accept Answer and Upvote so that it would be helpful to community members.

    Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.