Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Filter and only keep list

Working with json, a column gives mixed data. How can I isolate the "List"s from the remaining lines? One way is to unselect all in the filter. It works for some reason, but is not dynamic. I've trie...
  • wdx223_Daniel's avatar
    5 years ago

    =Table.SelectRows(#"Changed Type",each [Value] is list)