Forum Discussion
Anonymous
8 years agoNot 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 d...
- 8 years ago
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
v-viig
8 years agoCommunity Champion
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
Anonymous
8 years agoNot applicable
class BarChart implements IVisual.
value of visualClassName property is visual.
- v-viig8 years agoCommunity 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