Pergunta
How to display only the data for the most recent months specified by a parameter?
How to display only the data for the most recent months specified by a parameter?
LAST()+1 <= [How many months you want to display?]2. Add Table calculation filter to Filters and select TRUE. Right-click Table calculation filter and select Compute Using > Table(across).
INT(STR(YEAR([Order Date])) + RIGHT("00" + STR(MONTH([Order Date])),2))2. Add MY(Order Date) to Filters and configure it as follows;