Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to filter a set of rows in a column of dates to include the latest on a monthly basis

Kaushik
7 - Meteor

Hello,

 

I want to understand, how to filter on the latest date in particular column on a monthly basis, for example,

 

 I need to filter only on the latest date from a column and going forward the same formula should help me get the latest date once the data is updated with an even later date.

So in the attached it should pick only rows which has date for decemebr and the next time when the date is update to January it should oick rows which has the latest that is the date for January

3 REPLIES 3
LordNeilLord
15 - Aurora

Hi @Kaushik

 

You can use the summarize tool to return the Max Date from your date column and then join this back to your original worklfow...which will leave just the most recent records:

 

MaxDate.PNG

Kaushik
7 - Meteor

Thank you Neil.

LordNeilLord
15 - Aurora

You're very welcome

Labels