Forum Discussion
3D Radar Visual Help
I need help building a 360 radar chart like this in power bi... That shows like a wedge against score. The highest score is 5 and the least is 1. The 360 chart shows slices accross all the Labels and wedges based on the different scores.
Built this in excel want a visual like this in power bi
What differences do you find with the solution I proposed?
you can start from this and customize it using the open source project that I shared with you
10 Replies
- gdelpuenteCinecHelper I
Hi, try with this
Aster Plotit's also open source
https://github.com/Microsoft/powerbi-visuals-asterplot - Dyke211Helper I
Didnt get what I want. Who else has a solution to this
- gdelpuenteCinecHelper I
What differences do you find with the solution I proposed?
you can start from this and customize it using the open source project that I shared with you
- Dyke211Helper I
i have juts tried this. let me see if i can adjust it further from the source project...... many thanks gdelpuenteCinec ...
- Dyke211Helper I
Still in search of a solution to making this Rose kind Radar Chart...
CHART above
- Dyke211Helper I
gdelpuenteCinec In a case where i want the label to show side by side with the Chart width, can't find any option to make that display from the powerbi interphase. Also If i want to modify this chart further, from the github link you sent, which specific source file should i go in to tweak this chart which ever way i want and also what editing tool tool is suitable to make this editing.I'm sure one cant make such modifcation with DAx
- gdelpuenteCinecHelper I
Line 536
file PowerBI-visuals-AsterPlot/src/services/dataRenderService.ts.text((d: LabelEnabledDataPoint) => d.labeltext)
you should change the d.labeltext value or concatenate with the category- Dyke211Helper I
A dumb question..
1. Is it possible i edit this on powerbi page or i edit the code on github then export the file back to powerbi
2. Could you please also point me to the code number where i can edit so that its sorted based on colour rather than on highest figure like the way it is
Thanks for your help
- Dyke211Helper I
I keep trying to edit and fork this project on github but its not allowing.
Can anyone kindly help effect this changes and upload the file here so i can download and upload to my powerbi?
This will be much much much appreciated..
Little background of my question and what i need a solution for....
"I need help building a 360 radar chart like this in power bi... That shows like a wedge against score. The highest score is 5 and the least is 1. The 360 chart shows slices accross all the Labels and wedges based on the different scores."
gdelpuenteCinec , has suggested i use this Aster plot, go to the Gihub repository2. Go to: Line 536 file PowerBI-visuals-AsterPlot/src/services/dataRenderService.ts and Chand (.text((d: LabelEnabledDataPoint) => d.labeltext)) to change the d.labeltext value or concatenate with the category
3. and to sort the catgories based on colour, gdelpuenteCinec suggested, Line 416 in PowerBI-visuals-AsterPlot/src/services/dataRenderService.ts file