Add new Power Query functions and update settings for improved data handling
This commit is contained in:
5
power-query/specific/fGetNeededColumnNames.m
Normal file
5
power-query/specific/fGetNeededColumnNames.m
Normal file
@@ -0,0 +1,5 @@
|
||||
(optional S_RENAME_TAG as text) as list =>
|
||||
let
|
||||
ColumnsToKeep = Table.Distinct(Table.SelectColumns(Table.SelectRows(fP("RENAMING_RULES"), each ([#"#"] = S_RENAME_TAG)),{"НОВЫЙ"}))[НОВЫЙ]
|
||||
in
|
||||
ColumnsToKeep
|
||||
Reference in New Issue
Block a user