Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Okay I got an interesting one that I cannot figure out.
I thought it woud be easy by just using the IF function, but that did not do it for me.
Here is what I am trying to do:
I have a column title Teams. Each person in my data is assigned a team. Each team is then associated with a percentage total. That total is in another column. So basically I am trying to sum up specific numbers in one column based on the team text in another column. So for example, one of my teams is Administration. Another column has all scores. I want another column to then take the administration text and apply it to the score column so that the new column adds up the total from the score column based on the Teams column.
Hopefully that mades sense. If not, here is a visual of what I mean:
thanks!
Solved! Go to Solution.
Hi @Anonymous ,
Please create calculated column as :
Score based On Team = CALCULATE(SUM(Score[TotalScore]),ALLEXCEPT(Score,Score[TEAM]))
I have created table as score smiliar to yours.
If this solves your requirement, please mark it as solution.
Thanks!
Hello again, I am wondering if its possible to do this with multiple criteria? I need to also filter it based on Month. So Team and Month. I tried
Score based On Team = CALCULATE(SUM(Score[TotalScore]),ALLEXCEPT(Score,Score[TEAM],Score[Month]))
But the month is not filtering in for some reason. The equation does not say there is a any errors. Anyway to get around this?
Thanks!
Hi @Anonymous ,
Please create calculated column as :
Score based On Team = CALCULATE(SUM(Score[TotalScore]),ALLEXCEPT(Score,Score[TEAM]))
I have created table as score smiliar to yours.
If this solves your requirement, please mark it as solution.
Thanks!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |