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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am new to Power BI and would like to get some assistance.
I have a table like this and would like to create a measure to be 13 (=3+8+2).
Could anyone tell me how I can do it? Thanks in advance.
Solved! Go to Solution.
@Anonymous
Hi, create a measure with this code
SumDeptCount =
SUMX (
SUMMARIZECOLUMNS (
Table2[Service Department],
"DeptC", AVERAGE ( Table2[DeptCount] )
),
[DeptC]
)
Let me know if works
Victor
Lima - Peru
@Anonymous
Hi, create a measure with this code
SumDeptCount =
SUMX (
SUMMARIZECOLUMNS (
Table2[Service Department],
"DeptC", AVERAGE ( Table2[DeptCount] )
),
[DeptC]
)
Let me know if works
Victor
Lima - Peru
Thanks, however, it's not working.........
@Anonymous
hI, Can you explain more why it's not working,
Thanks. I guess something is not working well on my power BI. I simply closed and opened it up again and it works.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 106 | |
| 99 | |
| 38 | |
| 29 | |
| 28 |