March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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)
Thank you so much for your help!!!!
🙂
Solved! Go to Solution.
Try new columns like
sumx(filter(Table, [deal id] = earlier([deal id])),[total rights])
sumx(filter(Table, [deal id] = earlier([deal id])),[total Tech])
Try new columns like
sumx(filter(Table, [deal id] = earlier([deal id])),[total rights])
sumx(filter(Table, [deal id] = earlier([deal id])),[total Tech])
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.
Thank you so much for the quick response!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
87 | |
86 | |
75 | |
49 |
User | Count |
---|---|
164 | |
149 | |
101 | |
73 | |
56 |