Forum Discussion
Raveein26
2 years agoRegular Visitor
Getting wrong row subtotals in matrix table.
In our Power BI report, we have a calculated column (Column C) defined as follows: Column C = Column A / Column B. The requirement is to get the subtotals for Column C as the sum of individual rows o...
Ahmedx
2 years agoSuper User
pls try this
c fixid = SUMX(VALUES('table'[ColumnsA]), [c] ) --- [c] = C = A / B