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
Agnethe
New Member

Percentage of grand total

Hi

 

I hope you can help me with this problem. I  have a table with four columns:

  1. Customernumber
  2. Customername
  3. Sales
  4. Sales shown as Percentage of Grand total

My table contains 50 customers (50 rows). Now I would like to filter the Customernames by using advanced filter to only select the 10 customers with the higest sales. This is fine, but when I do this, the Sales shown as percentage of Grand Total, is based on the Grand Total of only the 10 customers. I need to show it as a percentage of the Grand Total of the 50 customers.

 

Is this possible?

 

Thanks.

 

 

1 ACCEPTED SOLUTION
Vvelarde
Community Champion
Community Champion

@Agnethe

 

Hi, try with this measure:

 

% of Grand Total =
DIVIDE (
    SUM ( Table1[Sales] ),
    CALCULATE ( SUM ( 'Table1'[Sales] ), ALL ( 'Table1'[Customer Name] ) )
)

Regards

 

Victor

Lima - Peru




Lima - Peru

View solution in original post

5 REPLIES 5
v-huizhn-msft
Employee
Employee

Hi @Agnethe,

As I test, the solution @Vvelarde posted is right. Please try and check if it works fine. Please mark the right reply as answer if you have resolved your issue, so more people will benefit from here. Please feel free to ask if your problem still stay there.

Best Regards,
Angelia

Anonymous
Not applicable

Hi Angelia

I looked for an answer but did not find it - i do have "Email me when someone replies" but I did not get anything.  Also at the top my email says 0.

could you email me and tell me how to get back to this page please?  I suppose it is 

Microsoft Power BI Community, Forums, Get Help with Power BI, Desktop

I am working from home so not sure if I will ever find this page again 🙂

Sorry

Jo

Vvelarde
Community Champion
Community Champion

@Agnethe

 

Hi, try with this measure:

 

% of Grand Total =
DIVIDE (
    SUM ( Table1[Sales] ),
    CALCULATE ( SUM ( 'Table1'[Sales] ), ALL ( 'Table1'[Customer Name] ) )
)

Regards

 

Victor

Lima - Peru




Lima - Peru

Hi...I have the same problem but also last year:

 

I need the same but using previousYear function...I did this but it doesnt work: 

 

DIVIDE(SUM(Vista_TGT[Cantidad]),CALCULATE(SUM(Vista_TGT[Cantidad])),PREVIOUSYEAR(Vista_TGT[Fecha]),ALL(Vista_TGT[Expr3]))

 

Any idea how to fix it?

Thank you very much, exactly what I was looking for.

Regards,

Agnethe

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.