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.
Hello Community,
I am using the get data from web and there is a table with economic PMI data. On the website you press the get more button and the website loads additional rows in the table. Using the web get data in Power BI i only get the table data from the initial webpage. How do i get the additional rows in the table.
Website is below...
United Kingdom Services Purchasing Managers Index (PMI) (investing.com)
Thanks in advance.
Seb
Solved! Go to Solution.
Hi @SebbyP333 ,
This is a dynamic web page where all the data is not fully placed in the source code of the web page. When you click the show more, the browser sent a new request to the web service, and the service response an new html or some data, then the browser load the data via javascript and render it, so that you can see more.
Power query can sent many request to the web service but can't run javascript.
There two ways to get all the data.
1 Use python script. Get data by python spiders. then run python script by power query. Please note the relevant data security regulations and whether crawling of this type of data is permitted.
2 Get the data via API which you should connect the IT of this web.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes, thats right it is the show more data i would like to get. Is the get data only limited to what is visible from the initial url page?
Hi @SebbyP333 ,
This is a dynamic web page where all the data is not fully placed in the source code of the web page. When you click the show more, the browser sent a new request to the web service, and the service response an new html or some data, then the browser load the data via javascript and render it, so that you can see more.
Power query can sent many request to the web service but can't run javascript.
There two ways to get all the data.
1 Use python script. Get data by python spiders. then run python script by power query. Please note the relevant data security regulations and whether crawling of this type of data is permitted.
2 Get the data via API which you should connect the IT of this web.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@SebbyP333 , If you are talking about the table with show more, I doubt that.
But let us check with M experts
@imkef, Please help on this.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
62 | |
52 | |
39 | |
24 |
User | Count |
---|---|
84 | |
57 | |
45 | |
44 | |
36 |