Forum Discussion
mwen90
Helper III
4 years agoIf statement not totalling in matrix
Hi, I have a scenario where I am trying to calculate Column A - Column B. However, some of my Column A items are 0, so the solution is negative Column B value. Where this happens, I want to...
amitchandak
Super User
4 years agomwen90 , Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Make sure this is the new column
Column 2= if([Column3]<0, blank(), [Column3])
mwen90
Helper III
4 years agoamitchandak further, if I do the formula you suggested, the coloum 3 value isn't the same?
It's 199.85 in Column 3 , Column 4 is 240?
Cheers,