Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

VAR filter

Hey, got a little problem. After applying second filter the formula is crashing. Could someone take a look on it?
 
Measure 2 =
VAR TU =
    FILTER (
        FILTER(
            TJob, TJob[SekundærNavn] = "Quality control HMD"),
            TJob[SekundærNavn] = "Touch up")
RETURN
    AVERAGEX( TU, TJob[Time diff] )

2 Replies