The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.