Forum Discussion
Radar chart - doesnt work
- 10 years ago
Hi there! Power BI works best with column-based data, so you want it in this sort of format:
EmployeeName Criteria Mark
John Smith Toys Sales 5
John Smith Appliances Sales 3
In Query Editor there's a great 'Unpivot' function that will help you out. Here's a guide for Power Pivot but the principle is the same:
Hope that helps!
Hi there! Power BI works best with column-based data, so you want it in this sort of format:
EmployeeName Criteria Mark
John Smith Toys Sales 5
John Smith Appliances Sales 3
In Query Editor there's a great 'Unpivot' function that will help you out. Here's a guide for Power Pivot but the principle is the same:
Hope that helps!
I got it to work by the method suggested by WillT. This technique is nothing I like though, I've never needed to use it for other chart types.
Also this chart type becomes quite useless when it doesn't seem possible to set different max values for different axes, forcing me to normalize to get an acceptable look for the chart (but then the values are difficult to understand instead).