Forum Discussion

AlB's avatar
AlB
Community Champion
4 years ago

Strange error when appending

Hi all,

we have two tables:

- T1, imported from Snowflake

- T2, imported from PBI dataflow A2. Dataflow A2 pulls in turn from another dataflow, B2

I can read T1 and T2 into Power Query, do some changes on them and load them on the model, separately, without problem.

 

I then do a simple append of both tables on a separate table: 

let
    Source = Table.Combine( {T1, T2})   
in
    Source

The preview for the append in PQ works well, no complaints, but when I try to load the new table into the model, I get the error message below.  Any idea what the issue might be?

Many thanks

 

 

 

 

6 Replies