Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have equipment downtime data that is used to calculate Mean Time Between Failure and Mean Time To Repair. The fleet management system creates a new event frame every time a crew shift change occurs, thus splitting one long event into multiple shorter events. This skews the MTBF and MTTR data.
I need to calculate the start time of the next event that are of the same time code whi8le ingoring events with the same ending and starting time.
I have ranked the events according to Start Time and Equip ID and then calculated Next Start, but without looping through the data.
Power BI and Sample Data link:
https://drive.google.com/drive/folders/1jcL0CtZEuz4RrHiITiXmY_2ECyzt3CNL?usp=sharing
Next Start Calculated Column
This is one long event split into smaller segments:
@robertoosthuize , Based on what I got.
Next start date will be , a new column
minx(filter(Table, [ID_eqip] = earlier([ID_eqip]) && [Start_date] > earlier([Start Date])),[Start Date])
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
84 | |
57 | |
45 | |
42 | |
37 |