Forum Discussion
Filtering Column Date (Latest and Second to Latest)
- 3 years ago
I ended up finding a work around. I needed to edit this data in Power Query so that I could model the data from the latest date available and second latest date available.
First, I duplicated the query after I had filtered by latest date to isolate the latest date data.
Second, I removed the filtered by latest date and filtered by "Is not latest" and then filtered by "is latest" to get the second latest date.
I ended up finding a work around. I needed to edit this data in Power Query so that I could model the data from the latest date available and second latest date available.
First, I duplicated the query after I had filtered by latest date to isolate the latest date data.
Second, I removed the filtered by latest date and filtered by "Is not latest" and then filtered by "is latest" to get the second latest date.