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
My visual is summarizing project values incorrectly since it is adding up the number of months of each project in the denominator.
Here we can see that the values are being summarized incorrectly in the total value:
The formula I use for this column is:
Solved! Go to Solution.
Hi @gprouse
You'll need to use the SUMX function to achieve the total value as you describe it.
I'd need a bit more information about your model, tables, and the calculations involved in the existing measures to be able to advise beyond this, but a SUMX would perform a calculation with the row context of a table, and then sum up the results, which is what you are trying to achieve.
SUMX function (DAX) - DAX | Microsoft Learn
Hi @gprouse
You'll need to use the SUMX function to achieve the total value as you describe it.
I'd need a bit more information about your model, tables, and the calculations involved in the existing measures to be able to advise beyond this, but a SUMX would perform a calculation with the row context of a table, and then sum up the results, which is what you are trying to achieve.
SUMX function (DAX) - DAX | Microsoft Learn
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 |
|---|---|
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 6 | |
| 5 |