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
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
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
- Shr_187 years agoFrequent Visitor
Hi Ignat,
I tried to put "GroupingOrMeasure" in the data role declaration "kind" in the capabilities.json file but it doesnt changed the options either.
I
I tried reading the code for other visuals and opened capabilities.json file and checked and it had "kind" as only "Measure" but still the "Don't Summarize" option was appearing in the power BI desktop.
Can you guide me what am i missing to do.