I have a datetime filter with a start date, but I want it to default to the first day of last month. How can I make this happen?
I created a calculation using TIMESTAMPADD(SQL_TSI_MONTH, -1, CURRENT_DATE) and assigned it as the filter, but it's not affecting the visuals.