Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
eliasayyy
Super User
Super User

total 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]))

 

annonymous1999_0-1671723580981.png

 

the column is correct, but row isnt correct, how can i solve? example first row, 30.45 + 0.01 = 30.46 not 91.37

 

1 ACCEPTED SOLUTION
eliasayyy
Super User
Super User

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]))

View solution in original post

3 REPLIES 3
eliasayyy
Super User
Super User

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
Super User

1 What filter context do you have, including row/column of the matrix, slicer, filter pane?

2) How is [Total expense] defined?

only 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])

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors