Forum Discussion

jeffw14's avatar
jeffw14
Helper I
5 years ago
Solved

Max Date from a Column

I am trying to create a measure that grabs the last date in the column StatusDateTime. All I get using MAX is the Date from the individual Row, but I need 11/17/20 to be the last date for each row as...
  • parry2k's avatar
    5 years ago

    jeffw14 add following measure

     

    Last Status Date = CALCULATE ( MAX( Table[Status Date], ALL() )

     

    Or change ALL to ALLSELECTED in case you want to apply the filter to get the LAST DATE.

     

    Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.