Forum Discussion
Getting error while packaging a visual
- 7 years ago
Try npm install and npm run package to build a pbiviz package for Pulse Chart.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
You can share the code so we can help you to find a root cause of this issue.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Sure Ignat,
The GitHub repo for the code is https://github.com/Microsoft/powerbi-visuals-pulsechart.git.
Thank you very much for your help. Have tried other ways too and can package other visual codes similar to this this one but not sure what is the problem with this code.
Thank you very much for your help.
Regards
- v-viig7 years agoCommunity Champion
Try npm install and npm run package to build a pbiviz package for Pulse Chart.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Shr_187 years agoFrequent Visitor
Hey Ignat,
Thanks a ton.
I was able to package the visual files with that command, Though the pulse chart source code from GitHub is quite corrupted probably so cant apply on that. This command works fine with every other source code though.
Can you guide me as in where do we write the code for the "Dont summarize" summarisation option we put in data roles for the power BI visuals.
Thanks
- v-viig7 years agoCommunity Champion
Don't summarize option can be turn on by using GroupingOrMeasure instead of Measure.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals