ooptennoort
Board Regular
- Joined
- Mar 29, 2021
- Messages
- 67
- Office Version
- 365
- Platform
- Windows
I have a data set with >100 cols, most of which contain only 1 value (useless). I need to remove these so I have cols left with >1 value.
So it seems to me I somehow need to List.Select all the List.NonNullCount >1 for each _column (which suggests using Table.ColumnNames) but I just can't figure out how to put these together followed of course by Table.SelectColumns with that list (the easy bit)
Any ideas (chatGPT provided absolute crap)?
So it seems to me I somehow need to List.Select all the List.NonNullCount >1 for each _column (which suggests using Table.ColumnNames) but I just can't figure out how to put these together followed of course by Table.SelectColumns with that list (the easy bit)
Any ideas (chatGPT provided absolute crap)?