We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply 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!
User | Count |
---|---|
60 | |
56 | |
48 | |
38 | |
34 |
User | Count |
---|---|
92 | |
81 | |
66 | |
48 | |
48 |