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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
arxi
New Member

Custom dashboard

Hi!

i'm testing power BI, and when i publish a report in a web site, I receive a link but when i show de report, i see a banner with Microsof power bi and hyperlinks to facebook,twitter..etc.

 

I tried to access using js:

 

Code:

<html>

<script src="./jquery.js"></script>
<script src="./jpowerbi.js"></script>

<script type="text/javascript">
window.onload = function () {
var models = window['powerbi-client'].models;
var embedConfiguration = {
type: 'report',
accessToken: 'token';
id: 'idclient',
embedUrl: 'https://app.powerbi.com/...';
settings: {
filterPaneEnabled: true,
navContentPaneEnabled: true
}
};
var reportContainer = $('#reportContainer')[0];

// Embed the tile and display it within the div container.
var report = powerbi.embed(reportContainer, embedConfiguration);

}

 

But I still have the same result..

I created a service in azure with power bi embedded..but i don't know edit the banner..

Can someone give me a little light on the subject? Thx

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @arxi,

 

Nope, current you can't remove power bi banner by custom javascript.

In my opinion, you can try to use external web browser plugin to block that banner after finish loading.(e.g as tampermonkey, adblock)

 

Regards,
Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @arxi,

 

Nope, current you can't remove power bi banner by custom javascript.

In my opinion, you can try to use external web browser plugin to block that banner after finish loading.(e.g as tampermonkey, adblock)

 

Regards,
Xiaoxin Sheng

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.