Forum Discussion
Anonymous
6 years agoNot applicable
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...
- 6 years ago
Anonymous
try smth like
CALCULATE( MAXX(Merge1,abs(Merge1[Measured value] - ModelResults[Calculated Value])), ALLEXCEPT(Merge1, Merge1[Sensor ID]) )
az38
6 years agoCommunity Champion
Anonymous
try smth like
CALCULATE(
MAXX(Merge1,abs(Merge1[Measured value] - ModelResults[Calculated Value])),
ALLEXCEPT(Merge1, Merge1[Sensor ID])
)