Forum Discussion
Madhans
3 years agoFrequent Visitor
New Column DAX
Actually what I need is zero in my LOGIC column whenever I meet the below requirements(IN DAX), But if you see in the USD AMOUNT column the 175 data should not be zero in the LOGIC column because ...
tamerj1
Community Champion
3 years agoMadhans
There must be a condition that defines which one of them shall be assigned a 0
Madhans
3 years agoFrequent Visitor
My requirement is if the Month, Po No, and Account code is the same then we have to check the USD amount column if the value is like for exam 475 and - 475 then there should be zero otherwise it should be blank, there are certain Month, Po no, and Account code that is having only positive values or negative values so those should be blank.
It is a kind of nullifying the usd amount based on Month,Po No,Account code.