The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have an API that returns to me the Power BI embed token, and then I have a SPA application that uses Angular to display the report to the users.
Everything is working well except for these errors that are appearing in the console:
Those errors occur when the user interact with the PowerBI report, but fom a user perspetive, everything goes well and the report got updated accordingly.
My guess is that somehow Power BI is trying to send some analytic data to azure or PowerBI.
I'm using powerbi-client-angular package for the Client. https://www.npmjs.com/package/powerbi-client-angular
For the API I'm using a Service-Principal (App Owns Data) to generate the PBI token.
Is there a way to disable that? What I'm missing?
I tried to search and change a lot of configurations in PBI and Azure, but not had worked.
Solved! Go to Solution.
Hi @tmmg ,
These errors usually mean you are using an adblocker.
There's no way to disable those messages, but blocking them will not do any damage besides the errors in the console.
Hi @AmosHersch , thanks for your reply.
I checked my chrome extensions but none of them has that ad blocker capability. But following your point of view, I was able to discover that those error logs only occur when I'm with VPN of my company enabled. As I need it to be on to run the application locally I wasn't able to figure out that this could be an issue.
Thanks a lot.
Hi @tmmg ,
These errors usually mean you are using an adblocker.
There's no way to disable those messages, but blocking them will not do any damage besides the errors in the console.