Forum Discussion
Creating a measure on text table
- 3 years ago
Hi lastnn30 ,
This is because a measure is normally used to do some type of aggregation and calculated column already has the row context to know what record you are referring to and does not require an aggregation like Sum, Max, etc. Here is some additional information: https://endjin.com/blog/2022/04/measures-vs-calculated-columns-in-dax
For the situation you describe, it seems like calculated column is the way to go.
Hi lastnn30 ,
This is because a measure is normally used to do some type of aggregation and calculated column already has the row context to know what record you are referring to and does not require an aggregation like Sum, Max, etc. Here is some additional information: https://endjin.com/blog/2022/04/measures-vs-calculated-columns-in-dax
For the situation you describe, it seems like calculated column is the way to go.