I created a query and a pivot table, and now want to add a forecast.
The query outputs the following columns: Company, Area, Department, Year, Month, Total.
The pivot table is based on it and has the following settings:
Columns: Year, Month
Rows: Company, Area, Department
Values: Sum of Total...