Forum Discussion

Pmags's avatar
Pmags
Frequent Visitor
9 years ago
Solved

Developing a Radar Chart

I'm trying to make a Radar Chart using the average of several attributes in comparison to the average satisfactory level for each attribute.   I also want the data to have a splicer by year and dep...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi Pmags,

     

    Do you want to create slicers using department and year fields  and then use the slicers to filter the New table? If that is the case, as there is no relationship between new table and source table, the slicers will not work.

    You can perform the following steps to achieve your requirement.

    1. Duplicate a query of your source table and rename the query to NewTable in Query Editor of Power BI Desktop.


    2. Select the three columns (Efficacy, Resillience, Sustainability), then click “Unpivot columns” in the following screenshot.


    3. Rename the “Attribute” column to Criteria.


    4. Add a custom column named “Average Of satisfactory” and set the value  of it to 3.


    5. Create a table using fields in NewTable, and make sure that select “Average” for value field.


    6. Create slicer using department and year fields in source table and using them to filter the table visual. Power bi Desktop create relationship between NewTable and source table using Project field, thus it is ok to filter the table visual using the department and year slicers.


     


    Thanks,
    Lydia Zhang