Skip to content

Instantly share code, notes, and snippets.

@sjtalkar
Created July 22, 2022 17:46
Show Gist options
  • Select an option

  • Save sjtalkar/753a9e60d07e9d6ed1dbc103d9fbd721 to your computer and use it in GitHub Desktop.

Select an option

Save sjtalkar/753a9e60d07e9d6ed1dbc103d9fbd721 to your computer and use it in GitHub Desktop.
Set all column types dynamically and select multiple items from list
= Table.TransformColumnTypes (reset_header, List.Transform (transform_cols_list, each {_, type text}))
= List.Select(transform_cols_list, each Text.StartsWith (_, "Federal"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment