Forum Discussion
raphazzz
Helper I
3 years agoHow to return Blank using a IF statement that should return a date?
Hello Friends, I have the following DAX formula that does not allow me to return blank, even if I omit the argument when the value if false (I got an error saying that Argument "3" is required). ...
Greg_Deckler
Community Champion
3 years agoraphazzz Use BLANK() instead of "". BLANK() returns a value that does not have a data type where-as you are trying to mix a date with a text value.