Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have the following table :
I have this formula to calculate a measure :
I want to understand the difference between Measure vs Calculated Colum in this context ?
Solved! Go to Solution.
@amirabedhiafi , Measure can take the measure of summarized /aggregated columns
example
divide(Sum(MyTable[IO_WITHOUT_ERROR]), Sum(MyTable[IO_NIO]))*100
Calculated column calculations are stored. Measure calculations are done runtime
refer: https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
@amirabedhiafi , Measure can take the measure of summarized /aggregated columns
example
divide(Sum(MyTable[IO_WITHOUT_ERROR]), Sum(MyTable[IO_NIO]))*100
Calculated column calculations are stored. Measure calculations are done runtime
refer: https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/
So basically it is related to the row context and the result of the row context ?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 99 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |