Forum Discussion

DiePic's avatar
DiePic
Icon for Resolver II rankResolver II
3 years ago
Solved

Select 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...
  • Greg_Deckler's avatar
    3 years ago

    DiePic Measure = MAXX(FILTER('Table',[name] = "John" && [level] = 1),[mail])