Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
73 | |
71 | |
54 | |
38 | |
31 |
User | Count |
---|---|
71 | |
64 | |
60 | |
50 | |
45 |