I have an excel file in SharePoint that contains our quarterly and annual target sales per sales person(SalesTargets_new), we would like to add monthly targets. Within my Power BI report we have a few different visual showing sales progress and we need the filters to adjust the sales figures accordingly on all the visuals. In the "SalesTargets_new" table we created a column with the year and quarter concatenated in order to achieve this. I need to add another column for the monthly targets now in my source file "SalesTargets_new", and I am not seeing clearly on how to accomplish this.
Here is a clip from the source file
What my table looks like in power BI
Example of what the report looks like and I want to add another gauge visual for the monthly sales progress if a month filter is selected.
Here is a clip from the source file
SalesTargets_new.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | SalesPerson | Year | Quarter | Target | AnnualTarget | ||
2 | Action House Accounts | 2024 | 1 | $34,745. | $150,000. | ||
3 | Action House Accounts | 2024 | 2 | $38,122. | $150,000. | ||
4 | Action House Accounts | 2024 | 3 | $36,985. | $150,000. | ||
5 | Action House Accounts | 2024 | 4 | $150,000. | |||
6 | Arnie Alexander | 2024 | 1 | $567,506. | $2,450,000. | ||
7 | Arnie Alexander | 2024 | 2 | $622,659. | $2,450,000. | ||
8 | Arnie Alexander | 2024 | 3 | $604,084. | $2,450,000. | ||
9 | Arnie Alexander | 2024 | 4 | $2,450,000. | |||
10 | Bryan Lipari | 2024 | 1 | $451,688. | $1,950,000. | ||
11 | Bryan Lipari | 2024 | 2 | $495,586. | $1,950,000. | ||
12 | Bryan Lipari | 2024 | 3 | $480,802. | $1,950,000. | ||
13 | Bryan Lipari | 2024 | 4 | $1,950,000. | |||
Sheet1 |
What my table looks like in power BI
Example of what the report looks like and I want to add another gauge visual for the monthly sales progress if a month filter is selected.