Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Web.BrowserContents() with result of first query

Hello everybody,
I hope you are doing well despite this health crisis. 🙏
I am new to using Power BI 😜 and I already have a problem.

 

In a first request, I have the links of several pages of statistics of a website.
Is it possible to use the function "Web.BrowserContents()" with the field "ReportLink" of first query, to retrieve the content of each page and how to do it please ?

Thanks

5 REPLIES 5
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can use Table.AddColumn function to add a content column to result of query1 in query2 as following to meet your requirement:

let
    Source = Table.AddColumn(Query1,"Content",each Web.BrowserContents([ReportLink]))
in
    Source

 

12.jpg13.jpg

 

If it doesn't meet your requirement, Could you please show the exact expected result based on the Tables that you have share?\


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ImkeF
Community Champion
Community Champion

Hi @Anonymous  

please see this article: https://www.thebiccountant.com/2018/03/22/web-scraping-2-scrape-multiple-pages-power-bi-power-query/

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Anonymous
Not applicable

Hi ImKeF and thanks

 

But, frankly not terrible, the quality of the video is really poor ☹️

Hi @Anonymous ,


Does this problem have been resolved? How about the result after you follow the suggestions mentioned in my original post?
Could you please provide more details about it If it still not be resolved? Please don't contain any Confidential Information or Real data in your reply.

 


Best regards,

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ImkeF
Community Champion
Community Champion

Hi @Anonymous  

constructive feedback is always welcome of course. So would very much like to hear what made the quality so poor for you.

Apart from that - if you solved your problem, please mark the post as solution that helped you achieving it.

Thanks.

 

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors