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
Do you or don't you want to support "Don't summarize" option?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
I want it to support !
- v-viig7 years agoCommunity Champion
GroupingAndMeasure is supposed to resolve this issue.
Can you share the code to check this issue from our side?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- Shr_187 years agoFrequent Visitor
Hi Ignat,
That would be so supportive of you.
This is the repo of "Enhanced Scatter" visual for which i am asking about.
https://github.com/Microsoft/powerbi-visuals-enhancedscatter
It does not show the "Dont Summarise" options for its data roles " X Axis" and "Y axis". Most probabaly i need that in " X axis".
I know that this also depend on the data field type but the same data field when used with scatter chart(Default visual) in Power BI desktop, it does show the "Dont summarise" option.
What happens is when you put any data against a categorical data like observe against months etc, it treats everything as numeric data and asks to choose either "First, last, count or count(distinct)". This is not possible for categorical data.
I would be very glad if you can have a look and guide me.
Thanks in advance.
Best Regards
- v-viig7 years agoCommunity Champion
Please change type to GroupingOrMeasure.
After that, you will be able to select "Don't summarize".
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals