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] )
Anonymous
4 years agoNot applicable
Hi smpa01 I've tried but returns blanks
AVERAGEX(ADDCOLUMNS('Measures (2)',"Margin Average",[Total Margin]), [Margin Average])
smpa01
4 years agoCommunity Champion
Anonymous what is
'Measures (2)'- Anonymous4 years agoNot applicable
Just a table I have my Measures in
- Anonymous4 years agoNot applicable
Ah apologies, I have amended it to relate to the main table where the data is. Thanks!