Forum Discussion
rudoji
Jul 01, 2021Copper Contributor
Power Query returns only 100 rows
Hello, I'm trying to download historical stock price data from Yahoo! Finance using the Power Query tool however, it only ever shows me the first 100 rows. Has anyone else encountered this probl...
SergeiBaklan
Jul 02, 2021Diamond Contributor
Yahoo loads 100 records on the page and the rest is uploaded by java script while you scrolling the page. Power Query loads only first static data. Afraid it's not possible to load with it dynamic data as well.