Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How to keep all the rows where a specified column is empty

Hello, When I select a column, I can go to the menu "Reduce the rows", then it presents me 2 options : keep rows / remove rows. Within "Remove rows", I have 6 options, including "remove empty rows"....
  • Anonymous's avatar
    Anonymous
    3 years ago

    Ok, I did that but only "remove empty elements" was present, so I inversed the code and it is fine now :

    = Table.SelectRows(Source, each [xxx] = null or [xxx] = "")