Forum Discussion
Anonymous
4 years agoNot applicable
Date difference between rows
Yo everyone, how are you doing :)? I am trying to measure avg duration between different stages at my work flow. Im using salesforce field history data and the table build like that: I Would...
- 4 years ago
Anonymous
Try createing an average measure like this.
Average Measure = AVERAGEX ( VALUES ( 'History: Work'[ParentID] ), [Measure #1] )
jdbuchanan71
4 years agoSuper User
Anonymous
Try createing an average measure like this.
Average Measure = AVERAGEX ( VALUES ( 'History: Work'[ParentID] ), [Measure #1] )