Forum Discussion
pang22
Helper III
2 years agoCorrect the total in Matrix
Hello
I have a table with budget and amount
$234 budget fot ITBD
$1749 budget for ITHQ
When I make matrix in PowerBI, the budget column will auto sum, so I choose minimum for budget by each code. But the total row will only show the minimum (234)
How to correct the total to a correct format? (i.e. 234+1749 = 1983)
Hi pang22
Please try the below measure for your Budget value.Measure =SUMX(DISTINCT('Table'[Code]),CALCULATE(MIN('Table'[Budget])))I am getting the expected output you wanted.
I hope I answered your question!
5 Replies
- Wilson_
Memorable Member
Hi pang22,
You chose minimum, so your matrix is showing you the minimum. Why does sum not work for you? What output are you looking for?