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
We getting incorrect row totals in a table where he have created which uses a measure. A percentage calculation is also needed which uses this field, and so even though the overall values are correct, the total percentage of all values in the table will not be 100% and is skewing calculation
my issue was the row total of the MeasureFTE is incorrect, where he have coloured this font in Red on the GM.Input page. I created MeasureRT to give a decimal value for each team/objective value in the matrix which are also coloured red. The values for the measure are correct, as they should be all total 1 for each team.
MeasureFTE then multiplies MeasureRT by the number of members of each team to try and give an estimation for how much work has been done on an objective based on it’s occupation of the team and how many members they have i.e. in a team of 6 people, a piece of work which took 0.5 or 50% of their time would have a value of 3 in MeasureFTE.
However, the row totals here are not calculating correctly, leading to the graph on the next page using incorrect percentages of the total.
Hi @Durga1 ,
It should be a context issue,refer to below links:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
https://powerpivotpro.com/2012/03/subtotals-and-grand-totals-that-add-up-correctly/
It might be a row context issue, you might have change like
measure new = SUMX(SUMMARIZE(Table,Table[Team],"_u",[Measure]),[_u])
Or
measure new = AVERAGRE(SUMMARIZE(Table,Table[Team],"_u",[Measure]),[_u])
@amitchandakplesae share us your emailid so that we can share the PBIX with you
@Anonymous plesae share us your emailid so that we can share the PBIX with you
Kotladurgaprasad96@gmail.com
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 |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |