Forum Discussion
Calculate Duration Datetime and Sum
UpdateInfo:
First Step off getting the duration is already done, which i achieve this using this :
Hi,
Try this measure
=SUM([Duration])
Hope this helps.
- BlastS7 years agoHelper I
That will sum all duration and not only the duration that belong to the purple area on the image, so that will never work for this case.
I need something like this example https://community.powerbi.com/t5/Community-Blog/Mean-Time-Between-Failure-MTBF-and-Power-BI/ba-p/339586, but i dont have the started repair and end repair date witch i dont know to apply this to my case.
- Ashish_Mathur7 years agoSuper User
Hi,
In a spare column, share the exact result you are expecting.
- BlastS7 years agoHelper I
Ashish_MathurThis is something very siilar that i planned to get ,but i want to get sum the duration of the datetime inside the purple area in my image. like he got between failures.