Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 columns/similar data. i have a user who is not in the sytem so i need to add their data to this powerbi from outside as a manual hack so that the user still shows up in the final report.
thank you
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