Forum Discussion
Anonymous
4 years agoNot applicable
Create measure using average
Hi there, I am trying to create a measure that averages a measure I currently use. Existing SUM('LH_Warranty'[Rebate Value]) + [PartsMarginExVAT] How would I get the average of the above...
- 4 years ago
Anonymous does this work?
measure = AVERAGEX ( ADDCOLUMNS ( tbl, "test", [existingMeasure] ), [test] )