DEV Community

Cover image for MEASURES VS CALCULATED COLUMNS IN POWER BI
Katie
Katie

Posted on

1

MEASURES VS CALCULATED COLUMNS IN POWER BI

In my beginner era as a Power Bi expert, differentiating between a calculated column and a measure, and when to use them was a major challenge. The two are important aspects in Power BI and understanding when and where to use them is key. This article will delve into the two concepts and explain the circumstances where we should use a calculated column or a measure.

Measures in Power BI

A Measure is a calculation created using DAX (Data Analysis Expressions) that is performed on the fly as you interact with your reports in Power BI. Measures are used in visuals, pivot tables, and pivot charts. Unlike Calculated Columns, the calculation is not pre-computed. Putting it in simpler terms, measures are efficient for aggregated calculations.

Calculated Columns in Power BI

A Calculated Column is a column that you add to an existing table in the data model in Power BI. It’s computed during the data loading phase, and the values are stored in the Power BI model. The formula for a Calculated Column is calculated for each row in a table.

Measure Vs Calculated Column

Difference between a Measure and a Calculated Column

API Trace View

Struggling with slow API calls?

Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs