Forum Discussion
Anonymous
4 years agoNot applicable
How to Filter Columns from a binary
Hi guys, need some help on this I have imported data source from a folder containing 2 excel workbooks. So far it has been working well until the last step which is to filter to keep the columns ...
- 4 years ago
each keyword is missing. Use below Table.SelectRows
Table.SelectRows([Custom.2], each [Column4] <> "Yearly")
Vijay_A_Verma
Most Valuable Professional
4 years agoeach keyword is missing. Use below Table.SelectRows
Table.SelectRows([Custom.2], each [Column4] <> "Yearly")