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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.