Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Maximum values across two tables

Hi all   I'm trying to find a maximum value for a particular ID across two tables but not having much success.  For example: Table 1 has many columns, including two: "ID" and "Score".  Any ID ca...
  • amitchandak's avatar
    6 years ago

    Anonymous , not very clear. see if this measure can help

    MyAttempt = maxx(SUMMARIZE('Table1',Table1[ID],"Max1",MAX('Table1'[Score]),"Max2",MAX('Table2'[Max Score])),max([Max1],[Max2]))