PowerBI - referencing an empty string, or a Null inside of a DAX formula

Isaac

Lifelong Learner
Local time
Today, 15:24
Joined
Mar 14, 2017
Messages
10,888
Hello,

How would I reference a zero-length string/empty string, inside of PowerBI? Is it two double quotes like Excel, "", or is it two single quotes like sql server, ''
etc?

Also, if I'm trying to write a formula condition for a calculated column, and I also need to refer to if the source column might be NULL.
Do I just write Null or do I reference it another way?
 
Okay, I think I figured that for Null I need to use ISBLANK and for a ZLS I can do two double quotes. ""
 
You can also use the LEN() function.
 

Users who are viewing this thread

Back
Top Bottom