Forum Discussion
TylerVono
Helper III
3 years agoIf IsBlank Not Working
Hello, My If IsBlank statement is not working, any ideas? I just want any blanks in the column to show a 0:
What am I doing wrong?
2 Replies
- amitchandak
Super User
Can you try a
measure = Sum('MOM Stocking report'[AgreementLevel]) +0
Ideally, your column should have worked. But need to check data
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. - TylerVono
Helper III
Hey amitchandak , It worked thank you. But I just wonder why my original statement didnt work.... any ideas?