Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago

Manage Parameter from Database

let Source = Xml.Tables(File.Contents("C:\temp\example.trx")), #"Filtered Rows" = Table.SelectRows(Source, each ([Name] = "Results")), Table = #"Filtered Rows"{0}[Table], #"Expa...