Forum Discussion

vpenas's avatar
vpenas
Frequent Visitor
4 years ago
Solved

[Expression.Error] Cannot convert the value null to type Table

I am trying to combine some queries into one by using the Table.Combine() function.   If I explicitly write the name of each query (e. g., Table.Combine({#"Name of query 1", #"Name of query 2"})) a...