Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Get max version over Document Number

Hi, I have a sample data as below and I would like to consider the record with max version over document number.                 Expected Result set:         Appreciate for...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago

    I agree with ibarrau . If you want a new table, you can do this:

     

    Table 2 = SUMMARIZE('Table',[Document Number],"Version",MAX('Table'[Version]))