Forum Discussion
Anonymous
4 years agoNot applicable
Strange behavior with nested IF when using BLANK
Hi guys, I'm new to the communtity when it comes to asking questions but I found a bunch of insights here so I hope you can help me with this one 🙂 I'm having problems with Power BI behavio...
- 4 years ago
When using the = operator blank does equate to 0. To check for an actual blank value use ISBLANK() instead.
- 4 years ago
you can also use the == operator.
0 = BLANK() is True
0 == BLANK() is False
SpartaBI
Community Champion
4 years agoyou can also use the == operator.
0 = BLANK() is True
0 == BLANK() is False
- Anonymous4 years agoNot applicable
Thank you so much for your help 🙂 I feel stupid, I didn't think of it being so simple 😅