Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to sum up chunks of rows within a specific column based on the values of another column. I have been trying to use the filter function but I am not trying to sum based on one unique value but rather an array of unique values in the reference column:
I would like like to sum up all the rows in column 'PPV Spend' that have same 'Plant_Mat' code and return that value in a new column.
Total PPV Spend Within Same Plant_Mat = -- this is a calculated column var __currentPlantMat = T[Plant_Mat] var __sum = SUMX( filter( T, T[Plant_Mat] = __currentPlantMat ), T[PPV Spend] ) return __sum
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 9 | |
| 8 | |
| 8 |