Created
July 22, 2022 17:46
-
-
Save sjtalkar/753a9e60d07e9d6ed1dbc103d9fbd721 to your computer and use it in GitHub Desktop.
Set all column types dynamically and select multiple items from list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| = 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