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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
Employee
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
Employee
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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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