Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
idrabble
Frequent Visitor

Aggregate sales for parent company

Hello All,

 

I am currently trying to produce a dashboard that will work for each of our customers to show their sales performance this fiscal year compared to the last.

 

I have had no issues with all the work I have carried out so far however I have stumbled on the last issue.

Some of our customers sit within a parent company and I would also like to demonstrate the parent performance.

However I am unable to create a matrix/table that shows the total sales volumes for the group. My issue is that some customers sit with different sales team members and I am placing a filter on the report to only show the customers with the selected team member and this then excludes any customers from within the group being summed in the matrix/table.

 

Is there a measure or visual that I can use to show the total group sales independent of the selected sales team member and selected customer?

 

Below is an image of the data table rpoduced by my SQL query:

Sales table.JPG

I would like to visualise the total quantity by Salon_Group when I select each customer in the dashboard below:

Dashboard.JPG

Many thanks in advance, Ian

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@idrabble,

 

You may add a measure below.

Measure =
CALCULATE ( SUM ( Table1[Quantity] ), ALL ( Table1[CustomerName] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@idrabble,

 

You may add a measure below.

Measure =
CALCULATE ( SUM ( Table1[Quantity] ), ALL ( Table1[CustomerName] ) )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.