Forum Discussion
mellas_k
Helper I
9 years agoHow to use a multiple filter on the same column
hello , I need your help to optimize my work … I will give you the below table to explain my problem Table : columnA columnB column A A A A B...
mellas_k
Helper I
9 years agohi cs_skit
Maybe you don’t understand me but with your example you give me what I need ..
Just I need to add {in}
measure= (CALCULATE(COUNT(Table [columnA ]);FILTER(Table; Table[columnA ] IN{"A";"B")))
And now I can do many filter on the same column
thanks :)
Anonymous
6 years agoNot applicable
Worked, but please write the code correctly
Measure = CALCULATE(COUNT(CoulmnName), FILTER(Table, ColumnName IN {"A","B","C"}))