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, Im tryin to retrive data from this link. but there is an error, we were unable to retreve contents of the page
https://storage.googleapis.com/play_public/supported_devices.html
Solved! Go to Solution.
Hi @Razik_BNPL ,
Please use Web.Page instead of Web.BrowserContents, and paste the below codes in your Advanced Editor. Please find the details in the attachment.
let
Source = Web.Page(Web.Contents("https://storage.googleapis.com/play_public/supported_devices.html")),
Navigation = Source{0}[Data]
in
Navigation
In addition, you can refer the following link to try to resolve the problem about web connector...
Troubleshooting the Power Query Web connector - Power Query | Microsoft Learn
Best Regards
Hi @Razik_BNPL ,
Please use Web.Page instead of Web.BrowserContents, and paste the below codes in your Advanced Editor. Please find the details in the attachment.
let
Source = Web.Page(Web.Contents("https://storage.googleapis.com/play_public/supported_devices.html")),
Navigation = Source{0}[Data]
in
Navigation
In addition, you can refer the following link to try to resolve the problem about web connector...
Troubleshooting the Power Query Web connector - Power Query | Microsoft Learn
Best Regards
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 |
---|---|
72 | |
71 | |
38 | |
31 | |
27 |
User | Count |
---|---|
91 | |
49 | |
44 | |
39 | |
35 |