Forum Discussion

antotom's avatar
antotom
Frequent Visitor
3 years ago
Solved

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...
  • jgordon11's avatar
    3 years ago

    try

     

    = Table.SelectRows(#"Removed Other Columns", each Record.Field(_, LastCol) <> 0)