Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • jdbuchanan71's avatar
    4 years ago

    Anonymous 

    Try createing an average measure like this.

    Average Measure = AVERAGEX ( VALUES ( 'History: Work'[ParentID] ), [Measure #1] )