Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Maximum difference between two tables

Hi all, I have two tables, ones containing measured values by some sensorsand one containing estimated values for those locations.  Both tables contain results for a 24hours duration. Each table hav...
  • az38's avatar
    6 years ago

    Anonymous 

    try smth like

    CALCULATE(
    MAXX(Merge1,abs(Merge1[Measured value] - ModelResults[Calculated Value])),
    ALLEXCEPT(Merge1, Merge1[Sensor ID])
    )