Forum Discussion

HippySippy's avatar
HippySippy
Frequent Visitor
7 years ago
Solved

Max by group by not working

Hi All,

Please can I know why my max by group by is not working?

I reffered to various threads in here and they have done the same , but doesn't work for me.

I need to find the maximum of 'Changed date' by employee, but it returns the maxium for the table.

  • HippySippy's avatar
    HippySippy
    7 years ago

    I just opened a new power BI and connected, my intial formula works!

    max date = CALCULATE(MAX(Sheet1[changed date]),ALLEXCEPT(Sheet1,Sheet1[employee]))
     

    Thanks amit for your time and suggestions.

     

7 Replies