Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

Error: Accepted Solution The Web.Page function requires Active Scripting to be enabled in Internet

I am trying to pull data from a sharepoint 2007 list as a Web Source. I am getting an error:

 

The Web.Page function requires Active Scripting to be enabled in Internet Explorer options. See https://go.microsoft.com/fwlink/?LinkId=506565 for details on how to enable Active Scripting

 

I alreday have Active Scripting enabled in IE so not sure what's causing this error. @v-yuezhe-msft suggested using web.contents() instead of web.page() in the query but that didnt help. Here is the code I am using:

let
    Source = Web.Page(Web.Contents("URL HERE", [Timeout=#duration(0, 0, 30, 0)])),
    Data4 = Source{4}[Data]
in
    Data4

 how do modify this query using web.contents. Any idea what's causing this error?

 

Thanks

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Limiting the no of rows on the list got rid of the error

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Limiting the no of rows on the list got rid of the error

@Anonymous ,

 

Glad to hear that. You may just click "Accept as Solution" displayed left of the "Reply" button. Your contribution is highly appreciated.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.