Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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
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,
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
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,
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.