Forum Discussion

BIuser45's avatar
BIuser45
Frequent Visitor
2 years ago

DAX not working when evaluating = zero

I have a forumla like this: PER = IF([Expense]=0,BLANK(),[Profit-Expense Ratio %]), but it doesn't work. It stills returns the [Profit-Expense Ratio %]. The expense shows 0, but actually the number i...