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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
LizziePeters
Helper I
Helper I

Calculate sum of columns if criteria met

Hi, I have a table as follows.  I would like to create a column that sums up the total rights and total tech values for each DEAL ID.  Eg deal ID 1 would sum up all the values in the first 3 rows (total rights and total tech columns)

 

LizziePeters_0-1602693592852.png

Thank you so much for your help!!!!

🙂

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@LizziePeters ,

Try new columns like

sumx(filter(Table, [deal id] = earlier([deal id])),[total rights])


sumx(filter(Table, [deal id] = earlier([deal id])),[total Tech])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@LizziePeters ,

Try new columns like

sumx(filter(Table, [deal id] = earlier([deal id])),[total rights])


sumx(filter(Table, [deal id] = earlier([deal id])),[total Tech])

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Thank you so much!  It isn't working.....any other idea?  I want it to sum up the total amount in both the rights and the tech columns for each deal.

So in the example below I would like it to sum up 414,510+160,000+9,000 for all rows with deal ID 2.

 

LizziePeters_0-1602694560183.png

 

Thank you so much for the quick response!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.