Forum Discussion
sitalc
3 years agoNew Member
Add excel table to existing calculated data
hi, i have a powerbi report that connects different data sources and gives an output table based on multiple measures. to this final table, how can i append a new table from excel - with matching col...
m_dekorte
2 years agoResident Rockstar
Hi sitalc,
There are several ways to achieve this. The most straightforward approach is to manage your manual additions in a separate file that you bring in through the Power Query Editor and append to the existing raw data from other sources. This works best when the structures of both tables match (column names and types).
Refer to the documentation on how the Append transformation works.
I hope this is helpful