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 successfully worked out how to add web urls to a table , so when published the end user can click on the web url and it opens up the webpage , but I have been asked if it was possible to have the webpages open up in a new window. is this possible in PowerBI
Hi @Pandadev ,
Based on my test , It opens url in a new tab by default in power bi. Would you please refer to https://docs.microsoft.com/en-us/power-bi/developer/visuals/launch-url
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Thanks , where and how do I add this code please , still only into my 3rd month of learning powerBI , so still very much a novice
import powerbi from "powerbi-visuals-api"; import IVisualHost = powerbi.extensibility.visual.IVisualHost; export class Visual implements IVisual { private host: IVisualHost; // ... constructor(options: VisualConstructorOptions) { // ... this.host = options.host; // ... } // ... }
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.