We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b676d12 commit 64a7eaeCopy full SHA for 64a7eae
source/Xml/Table.AutoExpandTableColumn.pq
@@ -8,6 +8,6 @@ Table.AutoExpandTableColumn = (source as table, columnName as text ) =>
8
not Text.StartsWith( item, "http://", Comparer.OrdinalIgnoreCase ) ),
9
10
prefixedNames = List.Transform( filteredNames, each expandColumnName & "." & _ ),
11
- return = Table.ExpandTableColumn( source, columnName, allNames, filteredNames )
+ return = Table.ExpandTableColumn( source, columnName, filteredNames, prefixedNames )
12
in
13
- return
+ return,
0 commit comments