Forum Discussion

sunny27's avatar
sunny27
Frequent Visitor
7 years ago
Solved

Filter based on summarize dax

Hi,

 

How can we summarize the following data?

EmployeeNumberStatusDate
10011/1/2017
10022/1/2017
10033/1/2017
10044/1/2017
10114/25/2017
10125/25/2017
10223/10/2017
10324/10/2017
10415/10/2017
10516/10/2017
10617/10/2017
10628/10/2017
10639/10/2017
106410/10/2017

 

I want to display max(date) for the Employees. In this case the output will be:

 

EmployeeNumberStatusDate
10044/1/2017
10125/25/2017
10223/10/2017
10324/10/2017
10415/10/2017
10516/10/2017
106410/10/2017

 

 

How can we do this? I tried to summarize and Group by but it's not working.

 

  • Anonymous's avatar
    Anonymous
    7 years ago

    Could you simply include them in a matrix and use "Latest Date" and "Max of Status"?

     

     

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Could you simply include them in a matrix and use "Latest Date" and "Max of Status"?