Forum Discussion
adieball
Helper I
8 years agoLatest Date based on multiple columns
Hi I have a source that has multiple date columns. I need to find the latest date over all e.g. three columns. How can I do this? any help is appreciated thanks
- 8 years ago
Also using the Query Editor's User Interface,,, you can add a column for latest date
Select all the Date Columns and select Latest date as shown in image below
jthomson
Solution Sage
8 years agoMake a measure to find the latest in each of the columns individually. Then make a measure that pulls the individual measure results in as variables, having a result of the latest of the three variables.