Viz object expression: {<Field2 = {a,b,c}>} Measure
The problem is that this construct is not filtering my Measure according to Field2 scope. However, if I add Field2 into the base measure, I get an expected result - e.g., Measure = $(vVariable(Field1, Field2 = {a,b,c}))
Is there a limitation to using parameterised expressions with outer set expressions?