Hi,
I need my workflow to return the last 3 days of data from the current date. Example: If today is March 19th I need to return all of the data from March 19th to March 16th.
Thank you!
Solved! Go to Solution.
Hi @Fred22,
You can do this using a Filter tool setup as shown below, where [YourDate] is replaced with the relevant field in your dataset.
Hey @Fred22
Try in a filter:
[Date]>=DateTimeAdd(DateTimeToday(),-3,'days')
Part time Tableau, Part Time Alteryx. Full Time Awesome
Thank you!