Forum Discussion
The Web.Page function requires Active Scripting to be enabled in Internet Explorer
- 7 years ago
We were able to solve the issue. The issues was Local Group Policy was blocking the service user(pbiegwservice) to use Active Scripting.
* From the Windows Server Start menu, open the Local Group Policy Editor (gpedit.msc).
* Under Local Computer Policy, expand Computer Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page > Internet Zone.
* Right-click Allow active scripting and click Edit.
* In the Allow active scripting dialog, click Enabled.
* In the Options area, select Enable from the list.
FaizRahman ,
Is there any possibility that you use Web.Contents() function instead of Web.Page() function to get data?
Regards,
Lydia
My query is something like this:
Source = Web.Page(Web.Contents("URL HERE")),
Data0 = Source{0}[Data],
How do you suggest I should edit it ?
- FaizRahman7 years agoFrequent Visitor
We were able to solve the issue. The issues was Local Group Policy was blocking the service user(pbiegwservice) to use Active Scripting.
* From the Windows Server Start menu, open the Local Group Policy Editor (gpedit.msc).
* Under Local Computer Policy, expand Computer Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page > Internet Zone.
* Right-click Allow active scripting and click Edit.
* In the Allow active scripting dialog, click Enabled.
* In the Options area, select Enable from the list.- hajoo1256 years agoFrequent Visitor
This soultion doesn't work for me. Active scripting is already enabled on my device and i am using the syntax below on PBI desktop:
let
Source = Web.Page(Binary.Buffer(Web.Contents("COMMCARE_DATA_FEED")))
in
SourceCan someone please assist?