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,
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.
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 |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |