Forum Discussion
DiePic
Resolver II
3 years agoSelect a Value with 2 filters
Hi all, I need to find 1 value in a table with more filters This is my table Id name mail level 01 John [email protected] 1 02 Mark [email protected] 2 03 Bill bill@mycomp...
- 3 years ago
DiePic Measure = MAXX(FILTER('Table',[name] = "John" && [level] = 1),[mail])
Greg_Deckler
Community Champion
3 years agoDiePic Measure = MAXX(FILTER('Table',[name] = "John" && [level] = 1),[mail])
DiePic
Resolver II
3 years agothank you very much Greg_Deckler