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.
I have a dataset that contains numeric product attributes in separate fields and would like to display these in a radar chart. The radar chart does not seem allow information to be displayed in that way (at least to my logic), i.e. creating a usable radar chart.
In another report I have the radar chart working on text based category data where it is simply counting the incidence of the category information, i.e. I have a single field in the chart (Y-axis, count) and the same field in "category".
Does anyone have a custom solution radar chart that's configured to work with multiple fields in the y-axis?
Thanks.
In Radar Chart, we can't put numeric field into Category. Since this is numeric value is a product attribute, you can change it into "Text" under Modeling tab.
On Y-Axis, you must put a numeric field or measure. If you put a text based filed, it will resolved with "count" aggregation type.
It's supported to include multiple fields (must be numeric) on Y-axis in Radar Chart. See my screenshot below:
Regards,
Thanks, I'll give this a shot with my data once I've reformatted.