Forum Discussion
Anonymous
7 years agoNot applicable
Radar chart Python
Hi All,
The dashboard I'm developing requires a radar/spider chart, and whilst I can get the Radar Chart from the custom visual Marketplace to show data, I also need to be able to set the axis - which unfortunately this lacks. I basically need the exact same chart, but want the center of the visual to be 0, and the outermost ring to be 5 (i.e. the axis would be 0-5).
I've been attempting to use the python visual, but haven't had any success as of yet. I've used the following tutorials:
I only have 2 fields I need to use, one with the categories i need as the 'spokes/spines' of my chart, and one with the values to be presented. I was wondering if anyone on here has any experience in developing and inegrating such a visual in Power BI using Python?
Hi Anonymous
Here is a simple tutorial for python radar chart with two fields.
Then You can create Power BI visuals using Python
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- v-juanli-msftCommunity Support
Hi Anonymous
Here is a simple tutorial for python radar chart with two fields.
Then You can create Power BI visuals using Python
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.