Forum Discussion
Anonymous
8 years agoNot applicable
AVERAGE
HOW CAN I GET THE AVERAGE OF THE 3 HIGHLIGHTED ROWS.
dedelman_clng
Community Champion
8 years agoAnonymous -
I think you are going to want to essentially recreate the 3 measures used for retention, but with the "last quarter" filter you were using in AVERAGEX. So create
[LQ Added]
[LQ Active]
[LQ Starting]
and then your [LQ Retention] is essentially the same formula
( [LQ Added] - [LQ Active] ) / [LQ Starting]
Anonymous
8 years agoNot applicable
dedelman_clng I see. I will give it a try and let you know the outcome! Thank you for the advice.