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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
ChristianGraf
New Member

How to disable Application Insights in Power BI Report Server on premise?

Hi,

 

we installed the Power BI Report Server on premise, published a Power BI report to the server and tried to integrate the report in our application using an IFrame.

 

During the execution of the report we saw that a http request to the following URL //az416426.vo.msecnd.net/scripts/a/ai.0.js has been made. I searched for this link or part of it within the configuration files and didn't find a setting for it. Within some dlls we found some information around "Application Insights" using this URL.

 

How can we disable this Application Insights Feature of Power BI report Server? It is not allowed in our environment to send data to a software vendor.

 

Thanks and best regards

Christian

2 REPLIES 2
mssiasco
New Member

 Just apply below registery patch, I tried it and it worked perfectly.

 

1. Make a new text file and copy this text to it:

 

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\PBIRS\CPE]
"CustomerFeedback"=dword:00000000
"EnableErrorReporting"=dword:00000000

 

 

2. Rename it to patch.reg

 

3. Run it by double click on it.

Anonymous
Not applicable

Hello Christian,

I've expected same behaviour and took some time to get a closer look.

If you like, you may have a look at my finding at: "https://community.powerbi.com/t5/Report-Server/Power-BI-Report-Server-Telemetrie/m-p/719152"

 

Best regards

Daniel

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors