Target Sales Table with Relationship to SQL Table

jarett

Board Regular
Joined
Apr 12, 2021
Messages
179
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
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
SalesTargets_new.xlsx
ABCDE
1SalesPersonYearQuarterTargetAnnualTarget
2Action House Accounts20241$34,745.$150,000.
3Action House Accounts20242$38,122.$150,000.
4Action House Accounts20243$36,985.$150,000.
5Action House Accounts20244$150,000.
6Arnie Alexander20241$567,506.$2,450,000.
7Arnie Alexander20242$622,659.$2,450,000.
8Arnie Alexander20243$604,084.$2,450,000.
9Arnie Alexander20244$2,450,000.
10Bryan Lipari20241$451,688.$1,950,000.
11Bryan Lipari20242$495,586.$1,950,000.
12Bryan Lipari20243$480,802.$1,950,000.
13Bryan Lipari20244$1,950,000.
Sheet1


What my table looks like in power BI
1729715212705.png


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.
1729715307456.png
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
You don't have months in the data, so I'm not sure how you plan to use a monthly target?
 
Upvote 0
You don't have months in the data, so I'm not sure how you plan to use a monthly target?
Correct, all I have is the MonthMapping table to show a visual of the months in my matrix visual, but I know I need to add the months in the "SalesTargets_new" data, just not sure the best way.
 
Upvote 0
You don't have months in the data, so I'm not sure how you plan to use a monthly target?
I might of been thinking of this wrong, I was trying to include monthly targets in the same source document. If I have a separate document for the monthly targets that should work for including that data in other visuals, correct?

Cell Formulas
RangeFormula
B6B6=+'Sales Budgets 2024'!B6
C6:N9C6=+'2024 Budget'!D$25/'2024 Budget'!$P$25*'Quarterly Sales Targets'!$B6
O6:O9O6=SUM(C6:N6)
B7:B9B7=+'Sales Budgets 2024'!B8
Q6:Q9Q6=+C6
R6:AB9R6=SUM($C6:D6)
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top