Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I'm trying to follow some examples that I found about parsing the content of a web page into a custom connector, but it is giving me an error : "The name 'Web.Page' doesn't exist in the current context".
This is my code:
// This file contains your Data Connector logic
section TestList;
[DataSource.Kind="TestList", Publish="TestList.Publish"]
shared TestList.Contents = () =>
let
executeReport = () =>
let
urlReport = "localhost:8080/jsontest/",
sourceReport = Web.Page(Web.Contents(urlReport,[ Headers =[ #"Accept" = "application/html"]]))
in
sourceReport
in executeReport;I'm using Visual Studio 2015, and the last version of the Power Query SDK (1.0.0.13),
Any idea of why I'm getting this error?
Regards
Solved! Go to Solution.
For any one who may have the same issue, this is confirmed as a known limitation. See this issue on Github.
For any one who may have the same issue, this is confirmed as a known limitation. See this issue on Github.
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |