Hi,
I i have the following
EVALUATE
VAR NB =
CALCULATETABLE ( Table2, FILTER ( ALL ( Table2 ), Table2[Column2] <> "B" ) )
RETURN
NB
is there a way to refer to 'column2' of the table NB, not the original so something like
EVALUATE
VAR NB =
CALCULATETABLE ( Table2, FILTER ( ALL...