Forum Discussion
eliasayyy
Memorable Member
3 years agototal not correct
hello everyone, i have a matrix table, and formula correct = IF(HASONEVALUE('Product Revenue'[Item]),[Total expense],SUMX(VALUES('Product Revenue'[Item]),[Total expense])) the co...
- 3 years ago
just created another measure,
correct 1 = IF(HASONEVALUE('Product Revenue'[product]),[Total expense],SUMX(VALUES('Product Revenue'[product]),[Total expense])) correct 2 = IF(HASONEVALUE('Product Revenue'[item]),[correct 1],SUMX(VALUES('Product Revenue'[Item]),[correct 1]))
FreemanZ
Super User
3 years ago1 What filter context do you have, including row/column of the matrix, slicer, filter pane?
2) How is [Total expense] defined?
eliasayyy
Memorable Member
3 years agoonly filter is date i use date slicer,
Total expense = IF([Item Count per product]>1,[Price] * [Rev per Item] * [Item Count per product],[Price] * [Rev per Item])