Forum Discussion
Wresen
2 years agoPost Patron
Measure that only effects total sum
Hi and thx for reading this.
I have a simple table with 3 columns , Item , customer code and Sales (a whole number)
I put it in a Matrix table and it looks like this:
I would like to do a measure that checkes the Total Sum, it should be >=12
If i do this measure :
Measure = if(sum('Table'[Sales] )>=12,SUM('Table'[Sales])) , i get this resualt:
What i want is the measure to only do >=12 on Total level , not on customer code. (so i want to se the values that builds up to 13 in total for B2 and the values that builds up to the sum 16 in total for C1
What i want is the measure to only do >=12 on Total level , not on customer code. (so i want to se the values that builds up to 13 in total for B2 and the values that builds up to the sum 16 in total for C1
/Thanks
pls try htis