Forum Discussion
Syndicate_Admin
Administrator
2 years agoWrite 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
Community Champion
2 years agoUse this:
List.Max(#"Case List"[End Date])