Forum Discussion
Syndicate_Admin
2 years agoAdministrator
Write New Query to return Maximum Date from table
I trying to create a list of Dates table from another table. I would like to extract from the other table the maximum and minimum dates in the table. I could just use the table and find the values ...
edhans
2 years agoCommunity Champion
Use this:
List.Max(#"Case List"[End Date])