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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

guid causing errors while creating pbiviz package.

I'm trying to create a bar chart visual for power BI based on the microsoft tutorial on github. I have followed their environment setup steps exactly and was trying to create the visual with static data which is the first step. But when I give the "pbiviz package" command,it results in an error  : TYPESCRIPT/visualplugin.ts : (8,151) error Property visual does not exist on type 'typeof visualD43BC8F0A8674EC2B848AD7E74959EF1'

 

visualD43BC8F0A8674EC2B848AD7E74959EF1 is the guid of the visual.



Can someone Help?

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

Looks like you need to type "BarChart" into visualClassName property in pbiviz.json.

 

Please let me know if it solves the issue.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

 

 

View solution in original post

4 REPLIES 4
Eric_Zhang
Microsoft Employee
Microsoft Employee

@v-viig may have more idea.

Hello @Anonymous,

 

Could you please share a name of class that implements IVisual interface?

Are class name and value of visualClassName property (pbiviz.json) the same?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

Anonymous
Not applicable

class BarChart implements IVisual.
value of visualClassName property is visual.

v-viig
Community Champion
Community Champion

Looks like you need to type "BarChart" into visualClassName property in pbiviz.json.

 

Please let me know if it solves the issue.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors