Forum Discussion
Durga1
Microsoft Employee
6 years agoIncorrect Row Totals for Measure in Matrix table
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...
amitchandak
Super User
6 years agoIt 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])
v-sabeer
Microsoft Employee
6 years agoamitchandakplesae share us your emailid so that we can share the PBIX with you