Forum Discussion
David-J89
Jan 08, 2022Copper Contributor
Excel query not adding new rows when refreshing
I have an excel query that I would like to use but it doesn't add new rows when I refresh the page and it only adds the rows that are there when I added the query. Please help me with this.
6 Replies
- Riny_van_EekelenPlatinum Contributor
David-J89 As in Power Query? What are you connecting to and how?
For instance, when you connected to a named range and add data outside that range, PQ will not pick-up the new rows of data. Better to transform the data to a structured table and connect to the table instead as it will automatically grow when you add data at the bottom.
- David-J89Copper ContributorThe source of the data is Yahoo finance. How do I transform the data to a structured table?
- Riny_van_EekelenPlatinum Contributor
David-J89 OK, you are getting data from the web. Then you are not connecting to a range or a table. Would you mind sharing the full url you are connecting to?