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!View all the Fabric Data Days sessions on demand. View schedule
Hi!
I have a set of data that cannot be changed and it looks like vizualized below. I want to based on distinct value of the column "Project", the distinct value of the column "Department" and as well as a distinct value of the column "Calculation" to sum the values in column "Values".
I created this table by entering
Could somebody help me?
Solved! Go to Solution.
It does not really help.
I guess you will be needing the SUMMARIZECOLUMNS-function:
Avdelning =
SUMMARIZECOLUMNS (
Economy[Project];
Economy[Department];
"Something"; SUM ( Economy[Whatever] )
)
Hi, @Anonymous
I don't understand your desired outcome or your data. Could you please read this: How to Get Your Question Answered Quickly ,
and reformulate your question?
Cheers,
Sturla
Hi!
Sorry, I realized it wasn't the best description.
I want something like SUMIFS in excel. I want to sum the costs based on project, department and calculation.
Is this more clear?
It does not really help.
I guess you will be needing the SUMMARIZECOLUMNS-function:
Avdelning =
SUMMARIZECOLUMNS (
Economy[Project];
Economy[Department];
"Something"; SUM ( Economy[Whatever] )
)
Thank you for your help sir.
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 |
|---|---|
| 19 | |
| 11 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 31 | |
| 27 | |
| 21 | |
| 13 | |
| 12 |