Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Replace BLANK with text

Hi, First of all, thanks for amazing help on the forum! Always a lot of good help. So, what I hope to get some help with now: I have some BLANK in my data model i want to replace with a text ...
  • erik_tarnvik's avatar
    8 years ago

    Assuming that with BLANK, you mean that the cells are empty on the screen: you may have some invisible characters in those fields, such as a space. You can find that out by using Transform-Extract-Length in Power Query, which will replace the content of the cells in your column with the length of whatever is in those cells. If it is anything other than 0, the cells aren't actually empty, they just look that way.

     

    If the cells are not actually empty, you need to figure out what's in them.

     

    If what you see on the screen is the text "BLANK", use the same method, the length should come out as 5. Anything else, same problem, you have some invisible characters in that text.