Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Good Morning!
I am having some trouble getting my radar chart to scale from 0-100%
For example, now the largest % in my range is the outer most edge of the radar chart, whereas i want to show everything in relation to being 100% complete.
Please see attatched screenshot as it may make more sense
Thank you for any guidance you can give!
You can try adding a new measure called Total = 1 (format as percentage to make it's output 100%) and make it white or make it match the color of your spidergrid. Because it's not connected to the rest of the model all labels will get a 100% output. Make sure the original query you want to see is at the bottom.
A similar question was asnwered in this topic:
Solved: Fix Y-axis scale in Radar Chart (Scale must be set... - Microsoft Fabric Community
According to the accepted solution by Greg Deckler you need to check the axis shift under display settings. If this works make sure to give him a kudo.
I saw that and tried a few things but i think they are different issues.
His is that he wants a smaller scale of the data he actually has in the chart (i.e he has data between 90-100%) whereas my data is much lower, but i want to show how close to 100% every segment is.
Thank you for your response