I have an app which shows a Progress Bar that calculates % of Revenue divided by Budget. As of now the only way this works is if a selects a month or quarter from filters on the dashboard (year is defaulted for them via a page filter). I would like to update this so that the dashboard defaults to the current month, so the user does not have to manually filter on the month ever time. But, if the user selects a month or quarter via one of the filters on the dashboard, the progress bar updates to calculate % based the parameters they've chosen.
I don't want to achieve this through a page filter as there are many other cards on the page that I do not want to default to a specific month.
Any help is greatly appreciated!