Forum Discussion
antotom
3 years agoFrequent Visitor
Dynamic referencing of a column
Hello there, I need to exclude the 0s from a column, but I have a problem referencing it. Basically, I would need to exclude the 0s from Column “082022” (August 2022), and I'm doing it with t...
- 3 years ago
try
= Table.SelectRows(#"Removed Other Columns", each Record.Field(_, LastCol) <> 0)