Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

why function taking table parameter runs so slow?

Hi,   fake Codes likely: let table1 = sometableInSameQuery, table2 = anotherTableInSameQuery, #"Added Conditional Column" = Table.AddColumn(table2, "new column", each if [C1] = null...