Forum Discussion

GerlofVisser's avatar
GerlofVisser
Helper I
6 years ago
Solved

YTD uptime using measures

Hi,   I have several equipment (wells) which should run 24hrs per day on various facilities. To define the overall uptime for each facility, I'd like to know if at least 1 one of them has been run...
  • GerlofVisser's avatar
    GerlofVisser
    6 years ago

    For anyone following this topic, I have solved it myself.

     

    I added a column to my table which finds the maximum uptime of the wells based on a facility filter.

    Then with the calculate function I create an average over this value.

    Using the filter for the current year only, it shows the average YTD.

    Not sure if this is the most robust solution, but it works.

     

    If anyone is interested in more details of these explanation, just let me know.