Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 40 | |
| 36 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 38 | |
| 34 | |
| 23 |