Forum Discussion
Anonymous
5 years agoNot applicable
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...
- 5 years ago
=Table.SelectRows(#"Changed Type",each [Value] is list)
wdx223_Daniel
5 years agoCommunity Champion
=Table.SelectRows(#"Changed Type",each [Value] is list)