hello,
how can I filter the last 15 days?
Thanks
It would be better if you add your input and expected output, but if you have a date column to use for filter,
you may filter with this expression.
[Date] >= DateTimeAdd(DateTimeToday(),-14,"day")
@LETICIAHELENA you can apply the filter on your date column please make sure you data type is date and in correct format
else there will be some extra tweaking into the formula
Also add some sample data if data is in different format
wll help with updated formula.
[Date] >= DateTimeAdd(DateTimeToday(),-14,"day")