hello,
how can I filter the last 15 days?
Thanks
@LETICIAHELENA ,
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 formatelse there will be some extra tweaking into the formulaAlso add some sample data if data is in different formatwll help with updated formula.[Date] >= DateTimeAdd(DateTimeToday(),-14,"day")