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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
ChrisWilliams
Advocate II
Advocate II

Custom visuals: change port from 8080

I've installed the PBIVIZ custom visualization tools by following the tutorial at https://powerbi.microsoft.com/en-us/documentation/powerbi-custom-visuals-getting-started-with-develo....

 

However, I have an app on my dev machine that already uses port 8080.  Can this port be changed to some other option, and how would I do that?

 

If not, may I suggest that you choose another, non-common port for the dev environment?  8080 is fairly popular already so there are bound to be conflicts.

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee

@ChrisWilliams

Technically the port can be changed in the file

C:\Users\userName\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\config.json
Capture.PNG

 

However the communication between Power BI Service and the visual server seems broken when using a port other than 8080.

Capture.PNG

 

So, to avoid the port comflict, develop custom visual on a dedicated dev machine or change the port for the process that is occupying port 8080.

View solution in original post

1 REPLY 1
Eric_Zhang
Microsoft Employee
Microsoft Employee

@ChrisWilliams

Technically the port can be changed in the file

C:\Users\userName\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\config.json
Capture.PNG

 

However the communication between Power BI Service and the visual server seems broken when using a port other than 8080.

Capture.PNG

 

So, to avoid the port comflict, develop custom visual on a dedicated dev machine or change the port for the process that is occupying port 8080.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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