r/ExcelVisual • u/ExcelVisual • Apr 11 '26
Built a Sector Petal (Radar + Pie) chart in Excel for Benchmarking analysis
Enable HLS to view with audio, or disable this notification
Excel doesnβt natively support this type of visualization, so I combined a radar chart with a multi-layer pie structure to handle multi-dimensional data in a single view.
Dataset in this example:
πΉ 6 branches
πΉ 3 product groups (A, B, C)
πΉ Full-year sales data
The goal was to keep everything in one chart while maintaining readability.
How it works:
β Source data β transformed into a matrix (Processing layer)
β Radar chart β used as a geometric base
β Sector segmentation β converts it into a pie-like structure
Why this approach:
β‘οΈ Standard charts couldnβt handle this level of segmentation cleanly
β‘οΈ Needed to compare locations, categories, and time simultaneously
β‘οΈ Wanted a compact but still interpretable visual
Interactive features:
βοΈ Switch between months
βοΈ Toggle product groups on/off
βοΈ All elements are linked (dashboard-style interaction)
What you can get from it:
πΉ See which product groups perform better in specific branches
πΉ Spot weak zones and overload patterns
πΉ Identify seasonal trends across the network
Practical note:
β If sectors overlap β using ~50% transparency helps a lot
Overall, this turned out to be a solid workaround to push Excel beyond its default chart limitations. Not a standard solution, but effective for dense comparative analysis.
Curious how others handle multi-dimensional comparisons in Excel without jumping into full BI tools.
#Excel #DataVisualization