2022 Week 41 | Power BI: Likert Scale and Net Promoter Score (NPS)

Introduction

This month we are getting the #WorkoutWednesday community involved in the challenges with Community Month. Each week we’re going to have an outstanding member of our community present a challenge. This week we have Gerard Duggan from sunny down under (Australia). Gerard rocks the Power BI community showing us how to present outstanding analysis and insights in Power BI through his participation in many community data visualisation challenges as seen on LinkedIn and Twitter. Gerard is a mining resources project manager with KBR and has a background in data analysis and e-discovery in construction arbitration.

_____________________________________________________

This week we are looking are visualising survey data, in particular data collected in the form of a Likert scale.  

You may or may not be familiar with this term, but you will likely have answered a survey or questionnaire where you are requested to answer using a score out of 5 or 10, or whether you agree, disagree or are neutral on something. This kind of closed question with a sliding scale can be referred to as a Likert scale, which are named after their creator, Rensis Likert.  

Below are two links on Likert scales and Net Promoter Scores (NPS) for those that want to know a little more. 

https://www.surveymonkey.com/mp/likert-scale/ 

https://www.qualtrics.com/au/experience-management/customer/net-promoter-score/ 

In this exercise, we will transform the survey data into a diverging bar chart to visualise the distribution of answers received in the survey. 

Requirements

  • Requirements 

    1. Download dataset or link to it – https://github.com/MartinaGiron/TDS-code/raw/main/working-with-surveys/Random%20Survey%20Data.xlsx 
    2. Transform data in Power Query with following steps:
      1. Promote headers. 
      2. Unpivot queries. 
      3. Create duplicate table and assign sentiment to each query (hint at steps below) 
        1. Right click and remove duplicates 
        2. Assign Index 
        3. Create list of negative sentiment items 
        4. Create custom column 
      4. Merge tables as new master table, and expand to show Sentiment. 
      5. Assign number value 1-5 to the query answers using conditional column – remembering sentiment. 
    3. Close and Apply. 
    4. Create a Table in Desktop for the required measures:  
      1. Positive, Neutral and Negative Counts. [Note Neutral values to be split in two to diverge across y-axis, and Negative Count to have a negative value.] 
      2. Create a Total value that can be applied to each query using ALLEXCEPT filter to allow % values to be calculated for each query group 
      3. Create the % Scores for Positive, Neutral and Negative Values using DIVIDE. 
      4. Create an NPS Score, which is (100*[Positive Score] + [Negative Score]) 
      5. Option to create a Rank Calculation to order the bar chart and NPS by the NPS score. 
    5. Create Visuals with divergent stacked bar chart and an NPS visual (matrix or bar chart). Be wary of the order of adding measures to the x-axis [hint to start with negative values first, and move away from zero, then add the positive values]. 
    6. Optional to create different methods or combinations of visuals and add context or narrative. 

Dataset

The challenge uses a generic sample survey dataset available on github . You can either download the data as an excel file, or link directly within Power BI using the web connector 

Share

After you finish your workout, share on Twitter using the hashtags #WOW2022 and #PowerBI, and tag @DGAnalysis @JSBaucke@MMarie, @shan_gsd, @KerryKolosko, and @NerdyWithData. Also make sure to fill out the Submission Tracker so that we can count you as a participant this week in order to track our participation throughout the year. 

Please be sure to cite source before sharing.

Solution

1 thought on “2022 Week 41 | Power BI: Likert Scale and Net Promoter Score (NPS)”

Comments are closed.

Scroll to Top