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 table with approx 18K rows, I'm trying to update sql table using Value.NativeQuery function in power query, but it's only updating top 1000 rows, what is the way to update all rows, since my data remarks will keep on changing.
Note: Earlier I'm able update all rows, recently facing this issue.
Hi @Ramanji - it is not recommended to Power Query to update database. It should only be used to read data. Would you consider using an VBA based solution to update the SQL Database instead.