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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
JbPa33
Helper I
Helper I

Create an aggregate column

Hello,

 

I am working on Power BI et i would like to create an aggregate column :

JbPa33_0-1654261063688.png

On Power BI, I have a table with the first 3 columns and I would like to create the green column. I tried with the formula 'SUMMARIZE' but i have an error.

 

Any ideas ?

 

Thank you 

1 ACCEPTED SOLUTION
jdbuchanan71
Super User
Super User

@JbPa33 

You can use a formula like this

Sum by vendor = 
CALCULATE ( SUM ( 'YourTable'[Sum] ), ALLEXCEPT ( 'YourTable', 'YourTable'[Vendor] ) )

You will need to change the table and field names to match your model.

View solution in original post

2 REPLIES 2
jdbuchanan71
Super User
Super User

@JbPa33 

You can use a formula like this

Sum by vendor = 
CALCULATE ( SUM ( 'YourTable'[Sum] ), ALLEXCEPT ( 'YourTable', 'YourTable'[Vendor] ) )

You will need to change the table and field names to match your model.

Thank you, it's what i wanted ! 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.