The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everyone.
Is it possible to get the border between the slices in the default Pie Chart (the explosion option)? I tried, but it seems it is not possible. I found some custom visuals, but these are not free, and I need a free solution.
Basically I need to get something like this:
Thanks.
Hi All,
Firstly, @VijayP thank you for your solution !
And @rile14 according to my understanding, I want to share another method.
We can try to do this in an execl form to get the visual effect you need.
If you still have questions, here is the document I found for you, I hope it helps.
Explode or expand a pie chart - Microsoft Support
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your reply @Anonymous .
Unfortunately that is not what I need. I must create that visual in Power BI.
Hi @rile14 ,
For this problem, I tried another way to show Explosion in the Pie Chart using R. In the case of using a pie chart, use R to nest it.
This is the format size for Explosion.
However, there are limitations: the tediousness of writing code and the fact that you can only use simple data sources.
So I recommend you to use some custom visual objects (with the possibility of paying for them), which will save you some unnecessary hassle.
Hope it helps!
Best regards,
Community Support Team_ Tom Shen
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
you can use python code to get the exploded chart , for python script follow this link
https://www.educative.io/answers/how-to-explode-a-pie-chart-using-matplotlib-in-python
Proud to be a Super User!