Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
| Measure | Calculated Column |
| It is not stored | Stored in memory |
| Calculated on the fly | Calculates at the time of Refresh report |
| Consumes CPU | Consumes memory |
| Usually is a result of an aggregation | Row by row calculation usually |
| Value can be see while adding in the report | Value can be seen in the column in Data tab |
| DAX usually is the best place for this calculation | Can be done in Power Query in majority of cases |
| Example: Sales Year to date | Example: Profit = Sales - Cost |
| Sales YTD = TotalYTD(Sum(Sales), DateField.[Date]) |
Solved! Go to Solution.
do you have any questions?
@dennydavis , Are you sharing or asking some question ?
Also refer: https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
m just sharing a blog post. Please like it
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 48 | |
| 37 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |