Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
spandana
Frequent Visitor

Mean Time to Repair and Mean Time Between Failures

Hello Everyone,

 

I have a come across this issue of calculating the MTTR and MTBF.

 

There are DAX measures with a start and end date - But in the date I have the resolved time in decimal ( Fraction of hours ).

 

I have 3 columns - 

Screen Shot 2021-07-20 at 4.52.50 PM.png

Where column A is the ID, Column B is the alert and which my asset for MTTR AND MTBF based on which the calculation should be made and the column C is the time in decimal form of hours.

 

 

Any help would be greatly appriciated.

Thank you

1 REPLY 1
amitchandak
Super User
Super User

@spandana ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.

 

Check if this new column can help

new column =
var _ max = maxx(filter(Table, [B] = earlier([B]) && [C] < earlier([C])),[C])
return
[c] - _max

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.