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.
Hi All,
I am developing a dashboard based on a public website.
Here’s what I’ve done:
Get Data > Click on Web > Entered URL > Load.
This loaded 4 tables for me:
I checked the All Main table, and it contains the following fields:
I added a search visual for the Name field.
If I search for a name, this page brings up the values for that name and displays them on the first page of the website. However, if I search on the website, I can see records beyond the first page.
To illustrate, imagine www.go.com displays 20 names. My report can search and display names found on that site. But if I search for "John Mike" on www.go.com and it’s not listed on the first page, it won't appear in the report, even though it might be found if searching directly on the website.
Thanks
SDHN
Solved! Go to Solution.
Hi @sdhn ,
As far as I know, Power Query fetches data from websites that are static, and can only fetch existing data and fixed elements in the site, the content of the site is loaded asynchronously by the site scripts, and if you want to fetch dynamic data from the site, you may need to search for the relevant backend API for the source data.
This is the related document, you can view this content:
Extract data from a Web page by example - Power Query | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @sdhn ,
As far as I know, Power Query fetches data from websites that are static, and can only fetch existing data and fixed elements in the site, the content of the site is loaded asynchronously by the site scripts, and if you want to fetch dynamic data from the site, you may need to search for the relevant backend API for the source data.
This is the related document, you can view this content:
Extract data from a Web page by example - Power Query | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
5 | |
5 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
7 | |
4 | |
4 | |
4 |