When I selected a filter inside the table, several of my calculated fields do not filter. For clarity, by filter, I mean making a selection from the drop down arrow in the column header.
Any thoughts? Here is one of the formulas:
MostRecent52WeekAvg:=calculate ([Total Calls], filter(all(CallData), CallData[WeekID]<= max(CallData[WeekID]) && CallData[WeekID]>=max(CallData[WeekID]) - 51)) / 52
Any thoughts? Here is one of the formulas:
MostRecent52WeekAvg:=calculate ([Total Calls], filter(all(CallData), CallData[WeekID]<= max(CallData[WeekID]) && CallData[WeekID]>=max(CallData[WeekID]) - 51)) / 52