Forum Discussion

FZOU's avatar
FZOU
Helper IV
6 years ago
Solved

Test Blank Value

Hello,   I'm testing a simple column to test blank values on column but i can't get what i want here is an exp : I had left a blank row to see how it works but without result  
  • Greg_Deckler's avatar
    6 years ago
    Hmm, what happens if you use

    TestIsBlank = IF([Column2] = "";"A";"B")

    Could you share your PBIX?