Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Max Op Number

I am working on an operations history table.  The key field is work order.  Every work order has multiple operations.  For example: Work Order      Operation 1801                  10 1801         ...
  • parry2k's avatar
    6 years ago

    Anonymous add this measure

     

    Max Op = CALCULATE ( MAX ( Table[Op Number] ), ALLEXCEPT ( Table, Table[Work Order] ) ) 

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.