Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
IlMoro
Helper II
Helper II

Append limits in Dataflows

Hi,

 

I need to deliver a dataflow that is the merge of two csv files in SharePoint plus some transformation.

I need to have visible, in the dataflow list, just one table that is the merge of the two csv.

 

I found that:

 - I can create a table in the dataflow from one csv file but I cannot append another csv, I can just append a query selecting a table from the same dataflow, nothing more, there are no other options in the "append" .

- if I create, in the dataflow, two tables, factT1 and factT2, one for each csv that I have to merge, and then create a new table that is the append of the two, I cannot save the dataflow since it gives me an error:

Can't save dataflow

Linked tables can't be modified. Please undo any changes made to the following linked tables and try again: factT1 (2)

 

- it only works if I create a table in the dataflow, factT1, from the first csv and then create the other table, factT2, from the seconds csv but at this point in the query of factT2 I select append the factT1.

The result is that I have both factT1, merged in factT2, and factT2 visible in the dataflow list.

 

Thanks in advance for any support.

2 REPLIES 2
IlMoro
Helper II
Helper II

Hi, I wonder if there is anyone who can help me on this general topic.

IlMoro
Helper II
Helper II

I also found that it works if I select one of the two tables, edit it, Combine, Appens queries, Append queries as new. At this point I can choose the two already created tables, factT1 and factT2, and the process will create a third table that is the result of the two ones merged.
However I see three table names in my dataflow list (ex: from Powerbi)

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.