My data contains monthly figures from July-2021 to June-2022. I want my app to view this months data. Why is there not a feature of viewing month “is” todays date?. Viewing “Todays” option is for every category except “is” category.
if I understand correctly, to solve you should, in a new column, calculate the current month and filter according to your needs.
Use this formula in the math column:
MONTH (your date column)
3 Likes