Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have excel file generated daily basis. Need to get data from daily generated file automatically. Tried table.insertrows but its giving error. Is this correct function or any other way to do this. Please try to explain in detail.
Normally every time you refresh the data set it load the entire data set again.
If you want to append two tables together you can:
Table1 & Table2
Or if you have a bunch of tables to append you can:
Table.Combine(listOfTables)