Forum Discussion
Anonymous
5 years agoNot applicable
wrong subtotals in matrix visuals
Hi everyone, I've got a problem with a matrix subtotals in the report. For # of transaction column calaculation getting wrong subtotals in matrix table...I used some calcualtion for get...
- Anonymous5 years agosubtotal_transaction = if(HASONEVALUE('table'[Transaction type]),[# of transaction],SUMX(VALUES('table'[Transaction type]),[# of transaction]))
Anonymous
5 years agoNot applicable
subtotal_transaction = if(HASONEVALUE('table'[Transaction type]),[# of transaction],SUMX(VALUES('table'[Transaction type]),[# of transaction]))