Forum Discussion

sabeensp's avatar
sabeensp
Helper IV
7 years ago
Solved

Max from the Grid values

Hello,    I have  a Grid Colum 1   -------- Sum of Sales Amount (its a SUM measure) Product A -------- $100 Product B -------- $300 Product C -------- $50 Product D -------- $450 Product E --...
  • v-danhe-msft's avatar
    7 years ago

    Hi sabeensp,

    Based on my test, you could refer to below formula:

    Measure = MAXX('Table1','Table1'[Sum Measure])

    Result:

    You could also download the pbix file to have a view.

     

    Regards,

    Daniel He

     

  • v-danhe-msft's avatar
    7 years ago

    Hi sabeensp,

    Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered to close this topic?

     

    Regards,

    Daniel He