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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
hello
how can I visualize this table so the categories will be ( high - low - medium )
ID | Satisfaction | Dissatisfaction | Confidence |
1 | High | Low | High |
2 | Medium | High | High |
3 | Low | Medium | Low |
Solved! Go to Solution.
A Radar Chart requires numerical values in all categories, ideally in the same order of magnitude.
Your data is alphanumeric, and thus not suitable. Map your text strings to numbers ( for example Low =1 , Medium = 2, High = 3) or use a different visual.
A Radar Chart requires numerical values in all categories, ideally in the same order of magnitude.
Your data is alphanumeric, and thus not suitable. Map your text strings to numbers ( for example Low =1 , Medium = 2, High = 3) or use a different visual.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!