Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have a PowerBi report with a page navigator embedded in Sharepoint. However, a black border appears when I click on any of the page navigator buttons. Is there any way I can stop this from happening?
Hi @j274 ,
Please refer the following links which has the similar problem as yours to try to fix it:
How do you get rid of the grey border with the report visuals with power bi embedded?
<style>
iframe { border: none; }
</style>
Setting the iframe background for embedded reports (default gray color is terrible)
let embedConfig = {
...
settings: {
background: models.BackgroundType.Transparent
}
};
Best Regards
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
8 | |
3 | |
3 | |
3 | |
3 |