Forum Discussion
davidburch
8 years agoRegular Visitor
Formatting data for Radar Charts
Hi there, I’m trying to build a radar chart, and recreate what I’ve created in Excel within a Power BI dashboard – showing two quarters worth of scores for various different skills, with having t...
- 8 years ago
Hi davidburch,
Open Query Editor mode, select all 'skills' fileds, then click "unpivote columns" button. Remember to rename new columns.
Then, choose [Quarter] field, click 'Pivot Column' button.
With above changes, you will get a new table structure as shown in below image.
Create radar chart like below.
Best regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi davidburch,
Open Query Editor mode, select all 'skills' fileds, then click "unpivote columns" button. Remember to rename new columns.
Then, choose [Quarter] field, click 'Pivot Column' button.
With above changes, you will get a new table structure as shown in below image.
Create radar chart like below.
Best regards,
Yuliana Gu
- davidburch8 years agoRegular Visitor
Thanks so much!!!! =)