Forum Discussion
Durga1
6 years agoMicrosoft Employee
Incorrect 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
6 years agoSuper User
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])
v-sabeer
6 years agoMicrosoft Employee
amitchandakplesae share us your emailid so that we can share the PBIX with you