Forum Discussion
Anonymous
7 years agoNot applicable
Calculate average interval time between transactions
Dears, I have to calculate the average time between multiple transactions of same accounts, how it can be done with DAX? Thank you for your support!!!! Bests, T
- 7 years ago
Probably easiest to create a column using EARLIER and DATEDIFF. See my article on Mean Time Before Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/339586
Greg_Deckler
Community Champion
7 years agoProbably easiest to create a column using EARLIER and DATEDIFF. See my article on Mean Time Before Failure (MTBF) which uses EARLIER: http://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/339586
- Anonymous7 years agoNot applicable
Thank you Greg!